#AA8074

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

Shades of Brandy Rose #AA8074

Tints of Brandy Rose #AA8074

Color information

#AA8074 (or 0xAA8074) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 74. RGB value is (170,128,116). Sum of RGB (Red+Green+Blue) = 170+128+116=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8074 is #557F8B. Grayscale: #8B8B8B. Windows color (decimal): -5603212 or 7635114. OLE color: 7635114.

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

Color convert

RGB170128116-
CMYK00.250.320.33
HSL13.33º24.11%56.08%-
HSV(B)13.33º31.76%66.67%-
XYZ27.4525.2519.95-
YUV139.19114.91149.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=41.06%
G=30.92%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811600.250.320.3313.3324.1156.08
HexAA80740192021d1838
Octal2522001640314041153070
Binary10101010100000001110100011001100000100001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8074; }

 p { color: rgb(170,128,116); }

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

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

 a { background-color: rgb(170,128,116); }

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

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

 span { border-color: rgb(170,128,116); }

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