#A9872A

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

Shades of Reef Gold #A9872A

Tints of Reef Gold #A9872A

Color information

#A9872A (or 0xA9872A) is unknown color: approx Reef Gold. HEX triplet: A9, 87 and 2A. RGB value is (169,135,42). Sum of RGB (Red+Green+Blue) = 169+135+42=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9872A is #5678D5. Grayscale: #868686. Windows color (decimal): -5667030 or 2787241. OLE color: 2787241.

HSL color Cylindrical-coordinate representation of color #A9872A: hue angle of 43.94º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9872A is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16913542-
CMYK00.200.750.34
HSL43.94º60.19%41.37%-
HSV(B)43.94º75.15%66.27%-
XYZ25.4425.935.85-
YUV134.5675.76152.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=48.84%
G=39.02%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691354200.200.750.3443.9460.1941.37
HexA9872A0144B222c3c29
Octal2512075202411342547451
Binary10101001100001111010100101001001011100010101100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9872A; }

 p { color: rgb(169,135,42); }

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

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

 a { background-color: rgb(169,135,42); }

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

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

 span { border-color: rgb(169,135,42); }

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