#AD8078

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

Shades of Brandy Rose #AD8078

Tints of Brandy Rose #AD8078

Color information

#AD8078 (or 0xAD8078) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 78. RGB value is (173,128,120). Sum of RGB (Red+Green+Blue) = 173+128+120=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8078 is #527F87. Grayscale: #8C8C8C. Windows color (decimal): -5406600 or 7897261. OLE color: 7897261.

HSL color Cylindrical-coordinate representation of color #AD8078: hue angle of 9.06º 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 #AD8078 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173128120-
CMYK00.260.310.32
HSL9.06º24.42%57.45%-
HSV(B)9.06º30.64%67.84%-
XYZ28.3425.6821.23-
YUV140.54116.41151.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=41.09%
G=30.40%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312812000.260.310.329.0624.4257.45
HexAD807801A1F2091839
Octal2552001700323740113071
Binary1010110110000000111100001101011111100000100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8078; }

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

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

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

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

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

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

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

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