Html Css Color HEX #A09232 Reef Gold

📋 copy color: '#A09232'

red 160 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #A09232

Tints of Reef Gold #A09232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 44.94%
G = 41.01%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09232 (or 0xA09232) is known color: Reef Gold. HEX triplet: A0, 92 and 32. RGB value is (160,146,50). Sum of RGB (Red+Green+Blue) = 160+146+50=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A09232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09232 is #5F6DCD. Grayscale: #8B8B8B. Windows color (decimal): -6254030 or 3314336. OLE color: 3314336.

HSL color Cylindrical-coordinate representation of color #A09232: hue angle of 52.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A09232 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 50 -
CMYK 0 0.09 0.69 0.37
HSL 52.36º 0.52% 0.41% -
HSV(B) 52.36º 0.69% 0.63% -
XYZ 25.35 28.26 7.14 -
YUV 139.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 160 146 50 0 0.09 0.69 0.37 52.36 0.52 0.41
Hex A0 92 32 0 9 45 25 34 34 29
Octal 240 222 62 0 11 105 45 64 64 51
Binary 10100000 10010010 110010 0 1001 1000101 100101 110100 110100 101001

Color Harmonies of #A09232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09232

Black with #A09232

Text Example


Text Example

White with #A09232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09232; }

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

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

background-color css

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

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

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

border-color css

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

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

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