Html Css Color HEX #AA897C Brandy Rose

📋 copy color: '#AA897C'

red 170 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #AA897C

Tints of Brandy Rose #AA897C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 39.44%
G = 31.79%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA897C (or 0xAA897C) is known color: Brandy Rose. HEX triplet: AA, 89 and 7C. RGB value is (170,137,124). Sum of RGB (Red+Green+Blue) = 170+137+124=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA897C is #557683. Grayscale: #919191. Windows color (decimal): -5600900 or 8161706. OLE color: 8161706.

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

Color convert

RGB 170 137 124 -
CMYK 0 0.19 0.27 0.33
HSL 16.96º 0.21% 0.58% -
HSV(B) 16.96º 0.27% 0.67% -
XYZ 29.16 27.89 22.92 -
YUV 145.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 170 137 124 0 0.19 0.27 0.33 16.96 0.21 0.58
Hex AA 89 7C 0 13 1B 21 11 15 3A
Octal 252 211 174 0 23 33 41 21 25 72
Binary 10101010 10001001 1111100 0 10011 11011 100001 10001 10101 111010

Color Harmonies of #AA897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA897C

Black with #AA897C

Text Example


Text Example

White with #AA897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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