#A4992F

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

Shades of Reef Gold #A4992F

Tints of Reef Gold #A4992F

Color information

#A4992F (or 0xA4992F) is unknown color: approx Reef Gold. HEX triplet: A4, 99 and 2F. RGB value is (164,153,47). Sum of RGB (Red+Green+Blue) = 164+153+47=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A4992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4992F is #5B66D0. Grayscale: #909090. Windows color (decimal): -5990097 or 3119524. OLE color: 3119524.

HSL color Cylindrical-coordinate representation of color #A4992F: hue angle of 54.36º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4992F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16415347-
CMYK00.070.710.36
HSL54.36º55.45%41.37%-
HSV(B)54.36º71.34%64.31%-
XYZ27.2130.887.22-
YUV144.273.14142.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=45.05%
G=42.03%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641534700.070.710.3654.3655.4541.37
HexA4992F074724363729
Octal244231570710744666751
Binary101001001001100110111101111000111100100110110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4992F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4992F; }

 p { color: rgb(164,153,47); }

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

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

 a { background-color: rgb(164,153,47); }

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

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

 span { border-color: rgb(164,153,47); }

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