Html Css Color HEX #AA902A Reef Gold

📋 copy color: '#AA902A'

red 170 ◦ green 144 ◦ blue 42

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

Shades of Reef Gold #AA902A

Tints of Reef Gold #AA902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 47.75%
G = 40.45%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA902A (or 0xAA902A) is known color: Reef Gold. HEX triplet: AA, 90 and 2A. RGB value is (170,144,42). Sum of RGB (Red+Green+Blue) = 170+144+42=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA902A is #556FD5. Grayscale: #8C8C8C. Windows color (decimal): -5599190 or 2789546. OLE color: 2789546.

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

Color convert

RGB 170 144 42 -
CMYK 0 0.15 0.75 0.33
HSL 47.81º 0.6% 0.42% -
HSV(B) 47.81º 0.75% 0.67% -
XYZ 26.97 28.66 6.3 -
YUV 140.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 170 144 42 0 0.15 0.75 0.33 47.81 0.6 0.42
Hex AA 90 2A 0 F 4B 21 30 3C 2A
Octal 252 220 52 0 17 113 41 60 74 52
Binary 10101010 10010000 101010 0 1111 1001011 100001 110000 111100 101010

Color Harmonies of #AA902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA902A

Black with #AA902A

Text Example


Text Example

White with #AA902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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