#AA7F7A

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

Shades of Brandy Rose #AA7F7A

Tints of Brandy Rose #AA7F7A

Color information

#AA7F7A (or 0xAA7F7A) is unknown color: approx Brandy Rose. HEX triplet: AA, 7F and 7A. RGB value is (170,127,122). Sum of RGB (Red+Green+Blue) = 170+127+122=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7A is #558085. Grayscale: #8B8B8B. Windows color (decimal): -5603462 or 8028074. OLE color: 8028074.

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

Color convert

RGB170127122-
CMYK00.250.280.33
HSL6.25º22.02%57.25%-
HSV(B)6.25º28.24%66.67%-
XYZ27.6825.1321.8-
YUV139.29118.25149.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=40.57%
G=30.31%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012712200.250.280.336.2522.0257.25
HexAA7F7A0191C2161639
Octal252177172031344162671
Binary10101010111111111110100110011110010000111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F7A; }

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

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

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

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

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

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

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

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