Html Css Color HEX #AA8883 Brandy Rose

📋 copy color: '#AA8883'

red 170 ◦ green 136 ◦ blue 131

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

Shades of Brandy Rose #AA8883

Tints of Brandy Rose #AA8883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.12%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 38.9%
G = 31.12%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA8883 (or 0xAA8883) is known color: Brandy Rose. HEX triplet: AA, 88 and 83. RGB value is (170,136,131). Sum of RGB (Red+Green+Blue) = 170+136+131=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8883 is #55777C. Grayscale: #919191. Windows color (decimal): -5601149 or 8620202. OLE color: 8620202.

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

Color convert

RGB 170 136 131 -
CMYK 0 0.20 0.23 0.33
HSL 7.69º 0.19% 0.59% -
HSV(B) 7.69º 0.23% 0.67% -
XYZ 29.48 27.79 25.28 -
YUV 145.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 170 136 131 0 0.20 0.23 0.33 7.69 0.19 0.59
Hex AA 88 83 0 14 17 21 8 13 3B
Octal 252 210 203 0 24 27 41 10 23 73
Binary 10101010 10001000 10000011 0 10100 10111 100001 1000 10011 111011

Color Harmonies of #AA8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8883

Black with #AA8883

Text Example


Text Example

White with #AA8883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8883; }

 p { color: rgb(170,136,131); }

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

background-color css

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

 a { background-color: rgb(170,136,131); }

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

border-color css

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

 span { border-color: rgb(170,136,131); }

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