Html Css Color HEX #AA892F Reef Gold

📋 copy color: '#AA892F'

red 170 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #AA892F

Tints of Reef Gold #AA892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

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

R = 48.02%
G = 38.7%
B = 13.28%

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

#AA892F (or 0xAA892F) is known color: Reef Gold. HEX triplet: AA, 89 and 2F. RGB value is (170,137,47). Sum of RGB (Red+Green+Blue) = 170+137+47=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA892F is #5576D0. Grayscale: #888888. Windows color (decimal): -5600977 or 3115434. OLE color: 3115434.

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

Color convert

RGB 170 137 47 -
CMYK 0 0.19 0.72 0.33
HSL 43.9º 0.57% 0.43% -
HSV(B) 43.9º 0.72% 0.67% -
XYZ 26.04 26.64 6.46 -
YUV 136.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 170 137 47 0 0.19 0.72 0.33 43.9 0.57 0.43
Hex AA 89 2F 0 13 48 21 2C 39 2B
Octal 252 211 57 0 23 110 41 54 71 53
Binary 10101010 10001001 101111 0 10011 1001000 100001 101100 111001 101011

Color Harmonies of #AA892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA892F

Black with #AA892F

Text Example


Text Example

White with #AA892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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