#A89A3A

Color #A89A3A Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A89A3A

Tints of Reef Gold #A89A3A

Color information

#A89A3A (or 0xA89A3A) is unknown color: approx Reef Gold. HEX triplet: A8, 9A and 3A. RGB value is (168,154,58). Sum of RGB (Red+Green+Blue) = 168+154+58=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A3A is #5765C5. Grayscale: #939393. Windows color (decimal): -5727686 or 3840680. OLE color: 3840680.

HSL color Cylindrical-coordinate representation of color #A89A3A: hue angle of 52.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A89A3A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16815458-
CMYK00.080.650.34
HSL52.36º48.67%44.31%-
HSV(B)52.36º65.48%65.88%-
XYZ28.4731.748.63-
YUV147.2477.64142.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 154 (60.55% from 255) = 40.53%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=44.21%
G=40.53%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681545800.080.650.3452.3648.6744.31
HexA89A3A08412234312c
Octal2502327201010142646154
Binary1010100010011010111010010001000001100010110100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A3A; }

 p { color: rgb(168,154,58); }

 H1.HeaderClassName
 {
   color: #A89A3A;
 }
 .AnyTagClassName
 {
   color: #A89A3A;
 }
</style>
background-color css

<style>
 a { background-color: #A89A3A; }

 a { background-color: rgb(168,154,58); }

 div.DivClassName
 {
   background-color: #A89A3A;
 }
 .BgClassName
 {
   background-color: #A89A3A;
 }
</style>
border-color css

<style>
 span { border-color: #A89A3A; }

 span { border-color: rgb(168,154,58); }

 td.TdClassName
 {
   border-color: #A89A3A;
 }
 .TagClassName
 {
   border-color: #A89A3A;
 }
</style>