Html Css Color HEX #AA9931 Reef Gold

📋 copy color: '#AA9931'

red 170 ◦ green 153 ◦ blue 49

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

Shades of Reef Gold #AA9931

Tints of Reef Gold #AA9931

RGB

 RED value IS 170 (66.8% from 255) = 45.7%

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

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

R = 45.7%
G = 41.13%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9931 (or 0xAA9931) is known color: Reef Gold. HEX triplet: AA, 99 and 31. RGB value is (170,153,49). Sum of RGB (Red+Green+Blue) = 170+153+49=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9931 is #5566CE. Grayscale: #929292. Windows color (decimal): -5596879 or 3250602. OLE color: 3250602.

HSL color Cylindrical-coordinate representation of color #AA9931: hue angle of 51.57º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA9931 is Cyan = 0, Magento = 0.1, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 49 -
CMYK 0 0.1 0.71 0.33
HSL 51.57º 0.55% 0.43% -
HSV(B) 51.57º 0.71% 0.67% -
XYZ 28.52 31.55 7.49 -
YUV 146.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 170 153 49 0 0.1 0.71 0.33 51.57 0.55 0.43
Hex AA 99 31 0 A 47 21 34 37 2B
Octal 252 231 61 0 12 107 41 64 67 53
Binary 10101010 10011001 110001 0 1010 1000111 100001 110100 110111 101011

Color Harmonies of #AA9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9931

Black with #AA9931

Text Example


Text Example

White with #AA9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9931; }

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

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

background-color css

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

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

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

border-color css

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

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

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