Html Css Color HEX #A09034 Reef Gold

📋 copy color: '#A09034'

red 160 ◦ green 144 ◦ blue 52

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

Shades of Reef Gold #A09034

Tints of Reef Gold #A09034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 44.94%
G = 40.45%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A09034 (or 0xA09034) is known color: Reef Gold. HEX triplet: A0, 90 and 34. RGB value is (160,144,52). Sum of RGB (Red+Green+Blue) = 160+144+52=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A09034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09034 is #5F6FCB. Grayscale: #8A8A8A. Windows color (decimal): -6254540 or 3444896. OLE color: 3444896.

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

Color convert

RGB 160 144 52 -
CMYK 0 0.1 0.68 0.37
HSL 51.11º 0.51% 0.42% -
HSV(B) 51.11º 0.68% 0.63% -
XYZ 25.09 27.67 7.27 -
YUV 138.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 160 144 52 0 0.1 0.68 0.37 51.11 0.51 0.42
Hex A0 90 34 0 A 44 25 33 33 2A
Octal 240 220 64 0 12 104 45 63 63 52
Binary 10100000 10010000 110100 0 1010 1000100 100101 110011 110011 101010

Color Harmonies of #A09034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09034

Black with #A09034

Text Example


Text Example

White with #A09034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09034; }

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

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

background-color css

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

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

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

border-color css

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

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

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