#AD8779

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

Shades of Brandy Rose #AD8779

Tints of Brandy Rose #AD8779

Color information

#AD8779 (or 0xAD8779) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 79. RGB value is (173,135,121). Sum of RGB (Red+Green+Blue) = 173+135+121=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8779 is #527886. Grayscale: #909090. Windows color (decimal): -5404807 or 7964589. OLE color: 7964589.

HSL color Cylindrical-coordinate representation of color #AD8779: hue angle of 16.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8779 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173135121-
CMYK00.220.300.32
HSL16.15º24.07%57.65%-
HSV(B)16.15º30.06%67.84%-
XYZ29.3527.5921.87-
YUV144.77114.59148.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=40.33%
G=31.47%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313512100.220.300.3216.1524.0757.65
HexAD87790161E2010183a
Octal2552071710263640203072
Binary10101101100001111111001010110111101000001000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8779; }

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

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

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

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

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

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

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

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