Html Css Color HEX #A09233 Reef Gold

📋 copy color: '#A09233'

red 160 ◦ green 146 ◦ blue 51

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

Shades of Reef Gold #A09233

Tints of Reef Gold #A09233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 44.82%
G = 40.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A09233 (or 0xA09233) is known color: Reef Gold. HEX triplet: A0, 92 and 33. RGB value is (160,146,51). Sum of RGB (Red+Green+Blue) = 160+146+51=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A09233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09233 is #5F6DCC. Grayscale: #8B8B8B. Windows color (decimal): -6254029 or 3379872. OLE color: 3379872.

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

Color convert

RGB 160 146 51 -
CMYK 0 0.09 0.68 0.37
HSL 52.29º 0.52% 0.41% -
HSV(B) 52.29º 0.68% 0.63% -
XYZ 25.37 28.27 7.25 -
YUV 139.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 160 146 51 0 0.09 0.68 0.37 52.29 0.52 0.41
Hex A0 92 33 0 9 44 25 34 34 29
Octal 240 222 63 0 11 104 45 64 64 51
Binary 10100000 10010010 110011 0 1001 1000100 100101 110100 110100 101001

Color Harmonies of #A09233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09233

Black with #A09233

Text Example


Text Example

White with #A09233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09233; }

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

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

background-color css

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

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

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

border-color css

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

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

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