#AD8175

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

Shades of Brandy Rose #AD8175

Tints of Brandy Rose #AD8175

Color information

#AD8175 (or 0xAD8175) is unknown color: approx Brandy Rose. HEX triplet: AD, 81 and 75. RGB value is (173,129,117). Sum of RGB (Red+Green+Blue) = 173+129+117=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8175 is #527E8A. Grayscale: #8C8C8C. Windows color (decimal): -5406347 or 7700909. OLE color: 7700909.

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

Color convert

RGB173129117-
CMYK00.250.320.32
HSL12.86º25.45%56.86%-
HSV(B)12.86º32.37%67.84%-
XYZ28.2925.8720.33-
YUV140.79114.58150.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=41.29%
G=30.79%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312911700.250.320.3212.8625.4556.86
HexAD81750192020d1939
Octal2552011650314040153171
Binary10101101100000011110101011001100000100000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8175; }

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

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

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

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

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

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

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

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