#AA7B77

Color #AA7B77 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AA7B77

Tints of Brandy Rose #AA7B77

Color information

#AA7B77 (or 0xAA7B77) is unknown color: approx Brandy Rose. HEX triplet: AA, 7B and 77. RGB value is (170,123,119). Sum of RGB (Red+Green+Blue) = 170+123+119=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B77 is #558488. Grayscale: #888888. Windows color (decimal): -5604489 or 7830442. OLE color: 7830442.

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

Color convert

RGB170123119-
CMYK00.280.30.33
HSL4.71º23.08%56.67%-
HSV(B)4.71º30%66.67%-
XYZ26.9924.0420.67-
YUV136.6118.07151.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=41.26%
G=29.85%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012311900.280.30.334.7123.0856.67
HexAA7B7701C1E2151739
Octal252173167034364152771
Binary10101010111101111101110111001111010000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B77; }

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

 H1.HeaderClassName
 {
   color: #AA7B77;
 }
 .AnyTagClassName
 {
   color: #AA7B77;
 }
</style>
background-color css

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

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

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

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

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

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