Html Css Color HEX #AA9C32 Reef Gold

📋 copy color: '#AA9C32'

red 170 ◦ green 156 ◦ blue 50

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

Shades of Reef Gold #AA9C32

Tints of Reef Gold #AA9C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 45.21%
G = 41.49%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9C32 (or 0xAA9C32) is known color: Reef Gold. HEX triplet: AA, 9C and 32. RGB value is (170,156,50). Sum of RGB (Red+Green+Blue) = 170+156+50=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C32 is #5563CD. Grayscale: #949494. Windows color (decimal): -5596110 or 3316906. OLE color: 3316906.

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

Color convert

RGB 170 156 50 -
CMYK 0 0.08 0.71 0.33
HSL 53º 0.55% 0.43% -
HSV(B) 53º 0.71% 0.67% -
XYZ 29.04 32.55 7.77 -
YUV 148.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 170 156 50 0 0.08 0.71 0.33 53 0.55 0.43
Hex AA 9C 32 0 8 47 21 35 37 2B
Octal 252 234 62 0 10 107 41 65 67 53
Binary 10101010 10011100 110010 0 1000 1000111 100001 110101 110111 101011

Color Harmonies of #AA9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C32

Black with #AA9C32

Text Example


Text Example

White with #AA9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C32; }

 p { color: rgb(170,156,50); }

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

background-color css

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

 a { background-color: rgb(170,156,50); }

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

border-color css

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

 span { border-color: rgb(170,156,50); }

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