#A09538

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

Shades of Reef Gold #A09538

Tints of Reef Gold #A09538

Color information

#A09538 (or 0xA09538) is unknown color: approx Reef Gold. HEX triplet: A0, 95 and 38. RGB value is (160,149,56). Sum of RGB (Red+Green+Blue) = 160+149+56=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A09538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09538 is #5F6AC7. Grayscale: #8E8E8E. Windows color (decimal): -6253256 or 3708320. OLE color: 3708320.

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

Color convert

RGB16014956-
CMYK00.070.650.37
HSL53.65º48.15%42.35%-
HSV(B)53.65º65%62.75%-
XYZ25.9629.258.02-
YUV141.6979.64141.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=43.84%
G=40.82%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601495600.070.650.3753.6548.1542.35
HexA0953807412536302a
Octal240225700710145666052
Binary101000001001010111100001111000001100101110110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09538; }

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

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

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

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

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

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

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

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