#AD8075

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

Shades of Brandy Rose #AD8075

Tints of Brandy Rose #AD8075

Color information

#AD8075 (or 0xAD8075) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 75. RGB value is (173,128,117). Sum of RGB (Red+Green+Blue) = 173+128+117=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8075 is #527F8A. Grayscale: #8C8C8C. Windows color (decimal): -5406603 or 7700653. OLE color: 7700653.

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

Color convert

RGB173128117-
CMYK00.260.320.32
HSL11.79º25.45%56.86%-
HSV(B)11.79º32.37%67.84%-
XYZ28.1625.6120.29-
YUV140.2114.91151.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=41.39%
G=30.62%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312811700.260.320.3211.7925.4556.86
HexAD807501A2020c1939
Octal2552001650324040143171
Binary10101101100000001110101011010100000100000110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8075; }

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

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

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

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

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

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

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

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