Html Css Color HEX #AA887B Brandy Rose

📋 copy color: '#AA887B'

red 170 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #AA887B

Tints of Brandy Rose #AA887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 39.63%
G = 31.7%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA887B (or 0xAA887B) is known color: Brandy Rose. HEX triplet: AA, 88 and 7B. RGB value is (170,136,123). Sum of RGB (Red+Green+Blue) = 170+136+123=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA887B is #557784. Grayscale: #909090. Windows color (decimal): -5601157 or 8095914. OLE color: 8095914.

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

Color convert

RGB 170 136 123 -
CMYK 0 0.20 0.28 0.33
HSL 16.6º 0.22% 0.57% -
HSV(B) 16.6º 0.28% 0.67% -
XYZ 28.96 27.58 22.54 -
YUV 144.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 170 136 123 0 0.20 0.28 0.33 16.6 0.22 0.57
Hex AA 88 7B 0 14 1C 21 11 16 39
Octal 252 210 173 0 24 34 41 21 26 71
Binary 10101010 10001000 1111011 0 10100 11100 100001 10001 10110 111001

Color Harmonies of #AA887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA887B

Black with #AA887B

Text Example


Text Example

White with #AA887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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