Html Css Color HEX #A09236 Reef Gold

📋 copy color: '#A09236'

red 160 ◦ green 146 ◦ blue 54

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

Shades of Reef Gold #A09236

Tints of Reef Gold #A09236

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 44.44%
G = 40.56%
B = 15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A09236 (or 0xA09236) is known color: Reef Gold. HEX triplet: A0, 92 and 36. RGB value is (160,146,54). Sum of RGB (Red+Green+Blue) = 160+146+54=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09236 is #5F6DC9. Grayscale: #8C8C8C. Windows color (decimal): -6254026 or 3576480. OLE color: 3576480.

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

Color convert

RGB 160 146 54 -
CMYK 0 0.09 0.66 0.37
HSL 52.08º 0.5% 0.42% -
HSV(B) 52.08º 0.66% 0.63% -
XYZ 25.44 28.3 7.61 -
YUV 139.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 160 146 54 0 0.09 0.66 0.37 52.08 0.5 0.42
Hex A0 92 36 0 9 42 25 34 32 2A
Octal 240 222 66 0 11 102 45 64 62 52
Binary 10100000 10010010 110110 0 1001 1000010 100101 110100 110010 101010

Color Harmonies of #A09236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09236

Black with #A09236

Text Example


Text Example

White with #A09236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09236; }

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

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

background-color css

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

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

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

border-color css

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

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

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