#A08C38

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

Shades of Reef Gold #A08C38

Tints of Reef Gold #A08C38

Color information

#A08C38 (or 0xA08C38) is unknown color: approx Reef Gold. HEX triplet: A0, 8C and 38. RGB value is (160,140,56). Sum of RGB (Red+Green+Blue) = 160+140+56=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C38 is #5F73C7. Grayscale: #888888. Windows color (decimal): -6255560 or 3706016. OLE color: 3706016.

HSL color Cylindrical-coordinate representation of color #A08C38: hue angle of 48.46º 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 #A08C38 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB16014056-
CMYK00.120.650.37
HSL48.46º48.15%42.35%-
HSV(B)48.46º65%62.75%-
XYZ24.5926.527.56-
YUV136.482.63144.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 140 (55.08% from 255) = 39.33%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=44.94%
G=39.33%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601405600.120.650.3748.4648.1542.35
HexA08C380C412530302a
Octal2402147001410145606052
Binary1010000010001100111000011001000001100101110000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C38; }

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

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

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

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

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

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

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

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