#AD8378

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

Shades of Brandy Rose #AD8378

Tints of Brandy Rose #AD8378

Color information

#AD8378 (or 0xAD8378) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 78. RGB value is (173,131,120). Sum of RGB (Red+Green+Blue) = 173+131+120=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8378 is #527C87. Grayscale: #8E8E8E. Windows color (decimal): -5405832 or 7898029. OLE color: 7898029.

HSL color Cylindrical-coordinate representation of color #AD8378: hue angle of 12.45º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8378 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173131120-
CMYK00.240.310.32
HSL12.45º24.42%57.45%-
HSV(B)12.45º30.64%67.84%-
XYZ28.7426.4721.36-
YUV142.3115.41149.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=40.80%
G=30.90%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313112000.240.310.3212.4524.4257.45
HexAD83780181F20c1839
Octal2552031700303740143071
Binary1010110110000011111100001100011111100000110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8378; }

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

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

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

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

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

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

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

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