Html Css Color HEX #A09234 Reef Gold

📋 copy color: '#A09234'

red 160 ◦ green 146 ◦ blue 52

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

Shades of Reef Gold #A09234

Tints of Reef Gold #A09234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 44.69%
G = 40.78%
B = 14.53%

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

#A09234 (or 0xA09234) is known color: Reef Gold. HEX triplet: A0, 92 and 34. RGB value is (160,146,52). Sum of RGB (Red+Green+Blue) = 160+146+52=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A09234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09234 is #5F6DCB. Grayscale: #8B8B8B. Windows color (decimal): -6254028 or 3445408. OLE color: 3445408.

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

Color convert

RGB 160 146 52 -
CMYK 0 0.09 0.68 0.37
HSL 52.22º 0.51% 0.42% -
HSV(B) 52.22º 0.68% 0.63% -
XYZ 25.4 28.28 7.37 -
YUV 139.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 160 146 52 0 0.09 0.68 0.37 52.22 0.51 0.42
Hex A0 92 34 0 9 44 25 34 33 2A
Octal 240 222 64 0 11 104 45 64 63 52
Binary 10100000 10010010 110100 0 1001 1000100 100101 110100 110011 101010

Color Harmonies of #A09234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09234

Black with #A09234

Text Example


Text Example

White with #A09234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09234; }

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

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

background-color css

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

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

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

border-color css

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

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

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