#AA8378

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

Shades of Brandy Rose #AA8378

Tints of Brandy Rose #AA8378

Color information

#AA8378 (or 0xAA8378) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 78. RGB value is (170,131,120). Sum of RGB (Red+Green+Blue) = 170+131+120=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8378 is #557C87. Grayscale: #8D8D8D. Windows color (decimal): -5602440 or 7898026. OLE color: 7898026.

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

Color convert

RGB170131120-
CMYK00.230.290.33
HSL13.2º22.73%56.86%-
HSV(B)13.2º29.41%66.67%-
XYZ28.0826.1321.33-
YUV141.41115.92148.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=40.38%
G=31.12%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013112000.230.290.3313.222.7356.86
HexAA83780171D21d1739
Octal2522031700273541152771
Binary1010101010000011111100001011111101100001110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8378; }

 p { color: rgb(170,131,120); }

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

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

 a { background-color: rgb(170,131,120); }

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

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

 span { border-color: rgb(170,131,120); }

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