Html Css Color HEX #AA8931 Reef Gold

📋 copy color: '#AA8931'

red 170 ◦ green 137 ◦ blue 49

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

Shades of Reef Gold #AA8931

Tints of Reef Gold #AA8931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 47.75%
G = 38.48%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA8931 (or 0xAA8931) is known color: Reef Gold. HEX triplet: AA, 89 and 31. RGB value is (170,137,49). Sum of RGB (Red+Green+Blue) = 170+137+49=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8931 is #5576CE. Grayscale: #898989. Windows color (decimal): -5600975 or 3246506. OLE color: 3246506.

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

Color convert

RGB 170 137 49 -
CMYK 0 0.19 0.71 0.33
HSL 43.64º 0.55% 0.43% -
HSV(B) 43.64º 0.71% 0.67% -
XYZ 26.08 26.66 6.68 -
YUV 136.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 170 137 49 0 0.19 0.71 0.33 43.64 0.55 0.43
Hex AA 89 31 0 13 47 21 2C 37 2B
Octal 252 211 61 0 23 107 41 54 67 53
Binary 10101010 10001001 110001 0 10011 1000111 100001 101100 110111 101011

Color Harmonies of #AA8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8931

Black with #AA8931

Text Example


Text Example

White with #AA8931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8931; }

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

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

background-color css

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

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

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

border-color css

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

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

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