Html Css Color HEX #A09131 Reef Gold

📋 copy color: '#A09131'

red 160 ◦ green 145 ◦ blue 49

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

Shades of Reef Gold #A09131

Tints of Reef Gold #A09131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 45.2%
G = 40.96%
B = 13.84%

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

#A09131 (or 0xA09131) is known color: Reef Gold. HEX triplet: A0, 91 and 31. RGB value is (160,145,49). Sum of RGB (Red+Green+Blue) = 160+145+49=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A09131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09131 is #5F6ECE. Grayscale: #8A8A8A. Windows color (decimal): -6254287 or 3248544. OLE color: 3248544.

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

Color convert

RGB 160 145 49 -
CMYK 0 0.09 0.69 0.37
HSL 51.89º 0.53% 0.41% -
HSV(B) 51.89º 0.69% 0.63% -
XYZ 25.18 27.95 6.97 -
YUV 138.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 160 145 49 0 0.09 0.69 0.37 51.89 0.53 0.41
Hex A0 91 31 0 9 45 25 34 35 29
Octal 240 221 61 0 11 105 45 64 65 51
Binary 10100000 10010001 110001 0 1001 1000101 100101 110100 110101 101001

Color Harmonies of #A09131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09131

Black with #A09131

Text Example


Text Example

White with #A09131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09131; }

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

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

background-color css

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

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

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

border-color css

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

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

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