Html Css Color HEX #AA9731 Reef Gold

📋 copy color: '#AA9731'

red 170 ◦ green 151 ◦ blue 49

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

Shades of Reef Gold #AA9731

Tints of Reef Gold #AA9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 45.95%
G = 40.81%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9731 (or 0xAA9731) is known color: Reef Gold. HEX triplet: AA, 97 and 31. RGB value is (170,151,49). Sum of RGB (Red+Green+Blue) = 170+151+49=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9731 is #5568CE. Grayscale: #919191. Windows color (decimal): -5597391 or 3250090. OLE color: 3250090.

HSL color Cylindrical-coordinate representation of color #AA9731: hue angle of 50.58º 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 #AA9731 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 49 -
CMYK 0 0.11 0.71 0.33
HSL 50.58º 0.55% 0.43% -
HSV(B) 50.58º 0.71% 0.67% -
XYZ 28.2 30.9 7.38 -
YUV 145.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 170 151 49 0 0.11 0.71 0.33 50.58 0.55 0.43
Hex AA 97 31 0 B 47 21 33 37 2B
Octal 252 227 61 0 13 107 41 63 67 53
Binary 10101010 10010111 110001 0 1011 1000111 100001 110011 110111 101011

Color Harmonies of #AA9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9731

Black with #AA9731

Text Example


Text Example

White with #AA9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9731; }

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

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

background-color css

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

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

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

border-color css

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

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

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