Html Css Color HEX #AA8778 Brandy Rose

📋 copy color: '#AA8778'

red 170 ◦ green 135 ◦ blue 120

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

Shades of Brandy Rose #AA8778

Tints of Brandy Rose #AA8778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 40%
G = 31.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8778 (or 0xAA8778) is known color: Brandy Rose. HEX triplet: AA, 87 and 78. RGB value is (170,135,120). Sum of RGB (Red+Green+Blue) = 170+135+120=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8778 is #557887. Grayscale: #8F8F8F. Windows color (decimal): -5601416 or 7899050. OLE color: 7899050.

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

Color convert

RGB 170 135 120 -
CMYK 0 0.21 0.29 0.33
HSL 18º 0.23% 0.57% -
HSV(B) 18º 0.29% 0.67% -
XYZ 28.63 27.23 21.52 -
YUV 143.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 170 135 120 0 0.21 0.29 0.33 18 0.23 0.57
Hex AA 87 78 0 15 1D 21 12 17 39
Octal 252 207 170 0 25 35 41 22 27 71
Binary 10101010 10000111 1111000 0 10101 11101 100001 10010 10111 111001

Color Harmonies of #AA8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8778

Black with #AA8778

Text Example


Text Example

White with #AA8778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8778; }

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

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

background-color css

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

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

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

border-color css

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

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

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