Html Css Color HEX #AA877B Brandy Rose

📋 copy color: '#AA877B'

red 170 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #AA877B

Tints of Brandy Rose #AA877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 39.72%
G = 31.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA877B (or 0xAA877B) is known color: Brandy Rose. HEX triplet: AA, 87 and 7B. RGB value is (170,135,123). Sum of RGB (Red+Green+Blue) = 170+135+123=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877B is #557884. Grayscale: #909090. Windows color (decimal): -5601413 or 8095658. OLE color: 8095658.

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

Color convert

RGB 170 135 123 -
CMYK 0 0.21 0.28 0.33
HSL 15.32º 0.22% 0.57% -
HSV(B) 15.32º 0.28% 0.67% -
XYZ 28.82 27.3 22.49 -
YUV 144.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 170 135 123 0 0.21 0.28 0.33 15.32 0.22 0.57
Hex AA 87 7B 0 15 1C 21 F 16 39
Octal 252 207 173 0 25 34 41 17 26 71
Binary 10101010 10000111 1111011 0 10101 11100 100001 1111 10110 111001

Color Harmonies of #AA877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA877B

Black with #AA877B

Text Example


Text Example

White with #AA877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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