Html Css Color HEX #AA8A2F Reef Gold

📋 copy color: '#AA8A2F'

red 170 ◦ green 138 ◦ blue 47

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

Shades of Reef Gold #AA8A2F

Tints of Reef Gold #AA8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

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

R = 47.89%
G = 38.87%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA8A2F (or 0xAA8A2F) is known color: Reef Gold. HEX triplet: AA, 8A and 2F. RGB value is (170,138,47). Sum of RGB (Red+Green+Blue) = 170+138+47=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A2F is #5575D0. Grayscale: #898989. Windows color (decimal): -5600721 or 3115690. OLE color: 3115690.

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

Color convert

RGB 170 138 47 -
CMYK 0 0.19 0.72 0.33
HSL 44.39º 0.57% 0.43% -
HSV(B) 44.39º 0.72% 0.67% -
XYZ 26.18 26.93 6.51 -
YUV 137.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 170 138 47 0 0.19 0.72 0.33 44.39 0.57 0.43
Hex AA 8A 2F 0 13 48 21 2C 39 2B
Octal 252 212 57 0 23 110 41 54 71 53
Binary 10101010 10001010 101111 0 10011 1001000 100001 101100 111001 101011

Color Harmonies of #AA8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A2F

Black with #AA8A2F

Text Example


Text Example

White with #AA8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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