Html Css Color HEX #AA877F Brandy Rose

📋 copy color: '#AA877F'

red 170 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #AA877F

Tints of Brandy Rose #AA877F

RGB

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

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

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

R = 39.35%
G = 31.25%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA877F (or 0xAA877F) is known color: Brandy Rose. HEX triplet: AA, 87 and 7F. RGB value is (170,135,127). Sum of RGB (Red+Green+Blue) = 170+135+127=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877F is #557880. Grayscale: #909090. Windows color (decimal): -5601409 or 8357802. OLE color: 8357802.

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

Color convert

RGB 170 135 127 -
CMYK 0 0.21 0.25 0.33
HSL 11.16º 0.2% 0.58% -
HSV(B) 11.16º 0.25% 0.67% -
XYZ 29.07 27.41 23.84 -
YUV 144.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 170 135 127 0 0.21 0.25 0.33 11.16 0.2 0.58
Hex AA 87 7F 0 15 19 21 B 14 3A
Octal 252 207 177 0 25 31 41 13 24 72
Binary 10101010 10000111 1111111 0 10101 11001 100001 1011 10100 111010

Color Harmonies of #AA877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA877F

Black with #AA877F

Text Example


Text Example

White with #AA877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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