Html Css Color HEX #AA897F Brandy Rose

📋 copy color: '#AA897F'

red 170 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #AA897F

Tints of Brandy Rose #AA897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 39.17%
G = 31.57%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA897F (or 0xAA897F) is known color: Brandy Rose. HEX triplet: AA, 89 and 7F. RGB value is (170,137,127). Sum of RGB (Red+Green+Blue) = 170+137+127=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA897F is #557680. Grayscale: #919191. Windows color (decimal): -5600897 or 8358314. OLE color: 8358314.

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

Color convert

RGB 170 137 127 -
CMYK 0 0.19 0.25 0.33
HSL 13.95º 0.2% 0.58% -
HSV(B) 13.95º 0.25% 0.67% -
XYZ 29.35 27.97 23.93 -
YUV 145.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 170 137 127 0 0.19 0.25 0.33 13.95 0.2 0.58
Hex AA 89 7F 0 13 19 21 E 14 3A
Octal 252 211 177 0 23 31 41 16 24 72
Binary 10101010 10001001 1111111 0 10011 11001 100001 1110 10100 111010

Color Harmonies of #AA897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA897F

Black with #AA897F

Text Example


Text Example

White with #AA897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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