Html Css Color HEX #AA892C Reef Gold

📋 copy color: '#AA892C'

red 170 ◦ green 137 ◦ blue 44

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

Shades of Reef Gold #AA892C

Tints of Reef Gold #AA892C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 48.43%
G = 39.03%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA892C (or 0xAA892C) is known color: Reef Gold. HEX triplet: AA, 89 and 2C. RGB value is (170,137,44). Sum of RGB (Red+Green+Blue) = 170+137+44=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA892C is #5576D3. Grayscale: #888888. Windows color (decimal): -5600980 or 2918826. OLE color: 2918826.

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

Color convert

RGB 170 137 44 -
CMYK 0 0.19 0.74 0.33
HSL 44.29º 0.59% 0.42% -
HSV(B) 44.29º 0.74% 0.67% -
XYZ 25.98 26.62 6.15 -
YUV 136.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 170 137 44 0 0.19 0.74 0.33 44.29 0.59 0.42
Hex AA 89 2C 0 13 4A 21 2C 3B 2A
Octal 252 211 54 0 23 112 41 54 73 52
Binary 10101010 10001001 101100 0 10011 1001010 100001 101100 111011 101010

Color Harmonies of #AA892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA892C

Black with #AA892C

Text Example


Text Example

White with #AA892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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