#A89C30

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

Shades of Reef Gold #A89C30

Tints of Reef Gold #A89C30

Color information

#A89C30 (or 0xA89C30) is unknown color: approx Reef Gold. HEX triplet: A8, 9C and 30. RGB value is (168,156,48). Sum of RGB (Red+Green+Blue) = 168+156+48=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C30 is #5763CF. Grayscale: #939393. Windows color (decimal): -5727184 or 3185832. OLE color: 3185832.

HSL color Cylindrical-coordinate representation of color #A89C30: hue angle of 54º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89C30 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16815648-
CMYK00.070.710.34
HSL54º55.56%42.35%-
HSV(B)54º71.43%65.88%-
XYZ28.5732.327.53-
YUV147.2871.98142.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=45.16%
G=41.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681564800.070.710.345455.5642.35
HexA89C3007472236382a
Octal250234600710742667052
Binary101010001001110011000001111000111100010110110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C30; }

 p { color: rgb(168,156,48); }

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

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

 a { background-color: rgb(168,156,48); }

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

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

 span { border-color: rgb(168,156,48); }

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