#A08D3E

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

Shades of Reef Gold #A08D3E

Tints of Reef Gold #A08D3E

Color information

#A08D3E (or 0xA08D3E) is unknown color: approx Reef Gold. HEX triplet: A0, 8D and 3E. RGB value is (160,141,62). Sum of RGB (Red+Green+Blue) = 160+141+62=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D3E is #5F72C1. Grayscale: #8A8A8A. Windows color (decimal): -6255298 or 4099488. OLE color: 4099488.

HSL color Cylindrical-coordinate representation of color #A08D3E: hue angle of 48.37º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A08D3E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16014162-
CMYK00.120.610.37
HSL48.37º44.14%43.53%-
HSV(B)48.37º61.25%62.75%-
XYZ24.8926.878.43-
YUV137.6885.29143.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=44.08%
G=38.84%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601416200.120.610.3748.3744.1443.53
HexA08D3E0C3D25302c2c
Octal240215760147545605454
Binary101000001000110111111001100111101100101110000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D3E; }

 p { color: rgb(160,141,62); }

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

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

 a { background-color: rgb(160,141,62); }

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

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

 span { border-color: rgb(160,141,62); }

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