Html Css Color HEX #AA902C Reef Gold

📋 copy color: '#AA902C'

red 170 ◦ green 144 ◦ blue 44

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

Shades of Reef Gold #AA902C

Tints of Reef Gold #AA902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 47.49%
G = 40.22%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA902C (or 0xAA902C) is known color: Reef Gold. HEX triplet: AA, 90 and 2C. RGB value is (170,144,44). Sum of RGB (Red+Green+Blue) = 170+144+44=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA902C is #556FD3. Grayscale: #8C8C8C. Windows color (decimal): -5599188 or 2920618. OLE color: 2920618.

HSL color Cylindrical-coordinate representation of color #AA902C: hue angle of 47.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA902C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 44 -
CMYK 0 0.15 0.74 0.33
HSL 47.62º 0.59% 0.42% -
HSV(B) 47.62º 0.74% 0.67% -
XYZ 27.01 28.67 6.49 -
YUV 140.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 170 144 44 0 0.15 0.74 0.33 47.62 0.59 0.42
Hex AA 90 2C 0 F 4A 21 30 3B 2A
Octal 252 220 54 0 17 112 41 60 73 52
Binary 10101010 10010000 101100 0 1111 1001010 100001 110000 111011 101010

Color Harmonies of #AA902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA902C

Black with #AA902C

Text Example


Text Example

White with #AA902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA902C; }

 p { color: rgb(170,144,44); }

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

background-color css

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

 a { background-color: rgb(170,144,44); }

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

border-color css

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

 span { border-color: rgb(170,144,44); }

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