Html Css Color HEX #AA892E Reef Gold

📋 copy color: '#AA892E'

red 170 ◦ green 137 ◦ blue 46

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

Shades of Reef Gold #AA892E

Tints of Reef Gold #AA892E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 48.16%
G = 38.81%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA892E (or 0xAA892E) is known color: Reef Gold. HEX triplet: AA, 89 and 2E. RGB value is (170,137,46). Sum of RGB (Red+Green+Blue) = 170+137+46=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA892E is #5576D1. Grayscale: #888888. Windows color (decimal): -5600978 or 3049898. OLE color: 3049898.

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

Color convert

RGB 170 137 46 -
CMYK 0 0.19 0.73 0.33
HSL 44.03º 0.57% 0.42% -
HSV(B) 44.03º 0.73% 0.67% -
XYZ 26.02 26.63 6.35 -
YUV 136.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 170 137 46 0 0.19 0.73 0.33 44.03 0.57 0.42
Hex AA 89 2E 0 13 49 21 2C 39 2A
Octal 252 211 56 0 23 111 41 54 71 52
Binary 10101010 10001001 101110 0 10011 1001001 100001 101100 111001 101010

Color Harmonies of #AA892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA892E

Black with #AA892E

Text Example


Text Example

White with #AA892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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