Html Css Color HEX #AA902F Reef Gold

📋 copy color: '#AA902F'

red 170 ◦ green 144 ◦ blue 47

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

Shades of Reef Gold #AA902F

Tints of Reef Gold #AA902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 47.09%
G = 39.89%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA902F (or 0xAA902F) is known color: Reef Gold. HEX triplet: AA, 90 and 2F. RGB value is (170,144,47). Sum of RGB (Red+Green+Blue) = 170+144+47=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA902F is #556FD0. Grayscale: #8D8D8D. Windows color (decimal): -5599185 or 3117226. OLE color: 3117226.

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

Color convert

RGB 170 144 47 -
CMYK 0 0.15 0.72 0.33
HSL 47.32º 0.57% 0.43% -
HSV(B) 47.32º 0.72% 0.67% -
XYZ 27.06 28.7 6.8 -
YUV 140.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 170 144 47 0 0.15 0.72 0.33 47.32 0.57 0.43
Hex AA 90 2F 0 F 48 21 2F 39 2B
Octal 252 220 57 0 17 110 41 57 71 53
Binary 10101010 10010000 101111 0 1111 1001000 100001 101111 111001 101011

Color Harmonies of #AA902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA902F

Black with #AA902F

Text Example


Text Example

White with #AA902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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