Html Css Color HEX #A09336 Reef Gold

📋 copy color: '#A09336'

red 160 ◦ green 147 ◦ blue 54

#A09336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A09336

Tints of Reef Gold #A09336

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 54 (21.48% from 255) = 14.96%

R = 44.32%
G = 40.72%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A09336 (or 0xA09336) is known color: Reef Gold. HEX triplet: A0, 93 and 36. RGB value is (160,147,54). Sum of RGB (Red+Green+Blue) = 160+147+54=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09336 is #5F6CC9. Grayscale: #8C8C8C. Windows color (decimal): -6253770 or 3576736. OLE color: 3576736.

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

Color convert

RGB 160 147 54 -
CMYK 0 0.08 0.66 0.37
HSL 52.64º 0.5% 0.42% -
HSV(B) 52.64º 0.66% 0.63% -
XYZ 25.6 28.61 7.66 -
YUV 140.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 160 147 54 0 0.08 0.66 0.37 52.64 0.5 0.42
Hex A0 93 36 0 8 42 25 35 32 2A
Octal 240 223 66 0 10 102 45 65 62 52
Binary 10100000 10010011 110110 0 1000 1000010 100101 110101 110010 101010

Color Harmonies of #A09336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09336

Black with #A09336

Text Example


Text Example

White with #A09336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09336; }

 p { color: rgb(160,147,54); }

 H1.HeaderClassName
 {
   color: #A09336;
 }
 .AnyTagClassName
 {
   color: #A09336;
 }
</style>

background-color css

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

 a { background-color: rgb(160,147,54); }

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

border-color css

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

 span { border-color: rgb(160,147,54); }

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