#A8872D

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

Shades of Reef Gold #A8872D

Tints of Reef Gold #A8872D

Color information

#A8872D (or 0xA8872D) is unknown color: approx Reef Gold. HEX triplet: A8, 87 and 2D. RGB value is (168,135,45). Sum of RGB (Red+Green+Blue) = 168+135+45=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8872D is #5778D2. Grayscale: #868686. Windows color (decimal): -5732563 or 2983848. OLE color: 2983848.

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

Color convert

RGB16813545-
CMYK00.200.730.34
HSL43.9º57.75%41.76%-
HSV(B)43.9º73.21%65.88%-
XYZ25.2925.846.14-
YUV134.6177.43151.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=48.28%
G=38.79%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681354500.200.730.3443.957.7541.76
HexA8872D01449222c3a2a
Octal2502075502411142547252
Binary10101000100001111011010101001001001100010101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8872D; }

 p { color: rgb(168,135,45); }

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

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

 a { background-color: rgb(168,135,45); }

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

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

 span { border-color: rgb(168,135,45); }

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