#AD8775

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

Shades of Brandy Rose #AD8775

Tints of Brandy Rose #AD8775

Color information

#AD8775 (or 0xAD8775) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 75. RGB value is (173,135,117). Sum of RGB (Red+Green+Blue) = 173+135+117=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8775 is #52788A. Grayscale: #909090. Windows color (decimal): -5404811 or 7702445. OLE color: 7702445.

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

Color convert

RGB173135117-
CMYK00.220.320.32
HSL19.29º25.45%56.86%-
HSV(B)19.29º32.37%67.84%-
XYZ29.1127.520.6-
YUV144.31112.59148.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=40.71%
G=31.76%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313511700.220.320.3219.2925.4556.86
HexAD87750162020131939
Octal2552071650264040233171
Binary101011011000011111101010101101000001000001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8775; }

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

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

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

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

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

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

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

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