#A08F3D

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

Shades of Reef Gold #A08F3D

Tints of Reef Gold #A08F3D

Color information

#A08F3D (or 0xA08F3D) is unknown color: approx Reef Gold. HEX triplet: A0, 8F and 3D. RGB value is (160,143,61). Sum of RGB (Red+Green+Blue) = 160+143+61=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F3D is #5F70C2. Grayscale: #8B8B8B. Windows color (decimal): -6254787 or 4034464. OLE color: 4034464.

HSL color Cylindrical-coordinate representation of color #A08F3D: hue angle of 49.7º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A08F3D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16014361-
CMYK00.110.620.37
HSL49.7º44.8%43.33%-
HSV(B)49.7º61.87%62.75%-
XYZ25.1627.468.39-
YUV138.7384.13143.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=43.96%
G=39.29%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601436100.110.620.3749.744.843.33
HexA08F3D0B3E25322d2b
Octal240217750137645625553
Binary101000001000111111110101011111110100101110010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F3D; }

 p { color: rgb(160,143,61); }

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

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

 a { background-color: rgb(160,143,61); }

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

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

 span { border-color: rgb(160,143,61); }

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