Html Css Color HEX #AA847F Brandy Rose

📋 copy color: '#AA847F'

red 170 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #AA847F

Tints of Brandy Rose #AA847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 39.63%
G = 30.77%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA847F (or 0xAA847F) is known color: Brandy Rose. HEX triplet: AA, 84 and 7F. RGB value is (170,132,127). Sum of RGB (Red+Green+Blue) = 170+132+127=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847F is #557B80. Grayscale: #8E8E8E. Windows color (decimal): -5602177 or 8357034. OLE color: 8357034.

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

Color convert

RGB 170 132 127 -
CMYK 0 0.22 0.25 0.33
HSL 6.98º 0.2% 0.58% -
HSV(B) 6.98º 0.25% 0.67% -
XYZ 28.66 26.58 23.7 -
YUV 142.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 170 132 127 0 0.22 0.25 0.33 6.98 0.2 0.58
Hex AA 84 7F 0 16 19 21 7 14 3A
Octal 252 204 177 0 26 31 41 7 24 72
Binary 10101010 10000100 1111111 0 10110 11001 100001 111 10100 111010

Color Harmonies of #AA847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA847F

Black with #AA847F

Text Example


Text Example

White with #AA847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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