Html Css Color HEX #A09031 Reef Gold

📋 copy color: '#A09031'

red 160 ◦ green 144 ◦ blue 49

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

Shades of Reef Gold #A09031

Tints of Reef Gold #A09031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 45.33%
G = 40.79%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09031 (or 0xA09031) is known color: Reef Gold. HEX triplet: A0, 90 and 31. RGB value is (160,144,49). Sum of RGB (Red+Green+Blue) = 160+144+49=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A09031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09031 is #5F6FCE. Grayscale: #8A8A8A. Windows color (decimal): -6254543 or 3248288. OLE color: 3248288.

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

Color convert

RGB 160 144 49 -
CMYK 0 0.1 0.69 0.37
HSL 51.35º 0.53% 0.41% -
HSV(B) 51.35º 0.69% 0.63% -
XYZ 25.02 27.64 6.92 -
YUV 137.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 160 144 49 0 0.1 0.69 0.37 51.35 0.53 0.41
Hex A0 90 31 0 A 45 25 33 35 29
Octal 240 220 61 0 12 105 45 63 65 51
Binary 10100000 10010000 110001 0 1010 1000101 100101 110011 110101 101001

Color Harmonies of #A09031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09031

Black with #A09031

Text Example


Text Example

White with #A09031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09031; }

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

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

background-color css

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

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

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

border-color css

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

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

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