#AD8575

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

Shades of Brandy Rose #AD8575

Tints of Brandy Rose #AD8575

Color information

#AD8575 (or 0xAD8575) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 75. RGB value is (173,133,117). Sum of RGB (Red+Green+Blue) = 173+133+117=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8575 is #527A8A. Grayscale: #8F8F8F. Windows color (decimal): -5405323 or 7701933. OLE color: 7701933.

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

Color convert

RGB173133117-
CMYK00.230.320.32
HSL17.14º25.45%56.86%-
HSV(B)17.14º32.37%67.84%-
XYZ28.8326.9420.51-
YUV143.14113.25149.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=40.90%
G=31.44%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313311700.230.320.3217.1425.4556.86
HexAD85750172020111939
Octal2552051650274040213171
Binary101011011000010111101010101111000001000001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8575; }

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

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

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

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

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

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

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

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