#a08738

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

Shades of Reef Gold #A08738

Tints of Reef Gold #A08738

Color information

#A08738 (or 0xA08738) is unknown color: approx Reef Gold. HEX triplet: A0, 87 and 38. RGB value is (160,135,56). Sum of RGB (Red+Green+Blue) = 160+135+56=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A08738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08738 is #5F78C7. Grayscale: #858585. Windows color (decimal): -6256840 or 3704736. OLE color: 3704736.

HSL color Cylindrical-coordinate representation of color #A08738: hue angle of 45.58º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A08738 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB16013556-
CMYK00.160.650.37
HSL45.58º48.15%42.35%-
HSV(B)45.58º65%62.75%-
XYZ23.8725.097.33-
YUV133.4784.28146.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=45.58%
G=38.46%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601355600.160.650.3745.5848.1542.35
HexA0873801041252e302a
Octal2402077002010145566052
Binary10100000100001111110000100001000001100101101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08738; }

 p { color: rgb(160,135,56); }

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

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

 a { background-color: rgb(160,135,56); }

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

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

 span { border-color: rgb(160,135,56); }

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