Html Css Color HEX #A09931 Reef Gold

📋 copy color: '#A09931'

red 160 ◦ green 153 ◦ blue 49

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

Shades of Reef Gold #A09931

Tints of Reef Gold #A09931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 44.2%
G = 42.27%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09931 (or 0xA09931) is known color: Reef Gold. HEX triplet: A0, 99 and 31. RGB value is (160,153,49). Sum of RGB (Red+Green+Blue) = 160+153+49=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A09931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09931 is #5F66CE. Grayscale: #8F8F8F. Windows color (decimal): -6252239 or 3250592. OLE color: 3250592.

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

Color convert

RGB 160 153 49 -
CMYK 0 0.04 0.69 0.37
HSL 56.22º 0.53% 0.41% -
HSV(B) 56.22º 0.69% 0.63% -
XYZ 26.44 30.48 7.39 -
YUV 143.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 160 153 49 0 0.04 0.69 0.37 56.22 0.53 0.41
Hex A0 99 31 0 4 45 25 38 35 29
Octal 240 231 61 0 4 105 45 70 65 51
Binary 10100000 10011001 110001 0 100 1000101 100101 111000 110101 101001

Color Harmonies of #A09931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09931

Black with #A09931

Text Example


Text Example

White with #A09931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09931; }

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

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

background-color css

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

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

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

border-color css

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

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

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