Html Css Color HEX #AA847A Brandy Rose

📋 copy color: '#AA847A'

red 170 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #AA847A

Tints of Brandy Rose #AA847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 40.09%
G = 31.13%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA847A (or 0xAA847A) is known color: Brandy Rose. HEX triplet: AA, 84 and 7A. RGB value is (170,132,122). Sum of RGB (Red+Green+Blue) = 170+132+122=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847A is #557B85. Grayscale: #8E8E8E. Windows color (decimal): -5602182 or 8029354. OLE color: 8029354.

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

Color convert

RGB 170 132 122 -
CMYK 0 0.22 0.28 0.33
HSL 12.5º 0.22% 0.57% -
HSV(B) 12.5º 0.28% 0.67% -
XYZ 28.34 26.45 22.02 -
YUV 142.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 170 132 122 0 0.22 0.28 0.33 12.5 0.22 0.57
Hex AA 84 7A 0 16 1C 21 C 16 39
Octal 252 204 172 0 26 34 41 14 26 71
Binary 10101010 10000100 1111010 0 10110 11100 100001 1100 10110 111001

Color Harmonies of #AA847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA847A

Black with #AA847A

Text Example


Text Example

White with #AA847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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