#AA7B75

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

Shades of Brandy Rose #AA7B75

Tints of Brandy Rose #AA7B75

Color information

#AA7B75 (or 0xAA7B75) is unknown color: approx Brandy Rose. HEX triplet: AA, 7B and 75. RGB value is (170,123,117). Sum of RGB (Red+Green+Blue) = 170+123+117=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B75 is #55848A. Grayscale: #888888. Windows color (decimal): -5604491 or 7699370. OLE color: 7699370.

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

Color convert

RGB170123117-
CMYK00.280.310.33
HSL6.79º23.77%56.27%-
HSV(B)6.79º31.18%66.67%-
XYZ26.872420.05-
YUV136.37117.07151.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=41.46%
G=30%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012311700.280.310.336.7923.7756.27
HexAA7B7501C1F2171838
Octal252173165034374173070
Binary10101010111101111101010111001111110000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B75; }

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

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

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

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

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

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

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

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