Html Css Color HEX #AA8779 Brandy Rose

📋 copy color: '#AA8779'

red 170 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #AA8779

Tints of Brandy Rose #AA8779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 39.91%
G = 31.69%
B = 28.4%

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

#AA8779 (or 0xAA8779) is known color: Brandy Rose. HEX triplet: AA, 87 and 79. RGB value is (170,135,121). Sum of RGB (Red+Green+Blue) = 170+135+121=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8779 is #557886. Grayscale: #8F8F8F. Windows color (decimal): -5601415 or 7964586. OLE color: 7964586.

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

Color convert

RGB 170 135 121 -
CMYK 0 0.21 0.29 0.33
HSL 17.14º 0.22% 0.57% -
HSV(B) 17.14º 0.29% 0.67% -
XYZ 28.69 27.25 21.84 -
YUV 143.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 170 135 121 0 0.21 0.29 0.33 17.14 0.22 0.57
Hex AA 87 79 0 15 1D 21 11 16 39
Octal 252 207 171 0 25 35 41 21 26 71
Binary 10101010 10000111 1111001 0 10101 11101 100001 10001 10110 111001

Color Harmonies of #AA8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8779

Black with #AA8779

Text Example


Text Example

White with #AA8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8779; }

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

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

background-color css

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

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

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

border-color css

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

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

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