#AD806F

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

Shades of Brandy Rose #AD806F

Tints of Brandy Rose #AD806F

Color information

#AD806F (or 0xAD806F) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 6F. RGB value is (173,128,111). Sum of RGB (Red+Green+Blue) = 173+128+111=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD806F is #527F90. Grayscale: #8B8B8B. Windows color (decimal): -5406609 or 7307437. OLE color: 7307437.

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

Color convert

RGB173128111-
CMYK00.260.360.32
HSL16.45º27.43%55.69%-
HSV(B)16.45º35.84%67.84%-
XYZ27.8225.4718.49-
YUV139.52111.91151.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=41.99%
G=31.07%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312811100.260.360.3216.4527.4355.69
HexAD806F01A2420101b38
Octal2552001570324440203370
Binary101011011000000011011110110101001001000001000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD806F; }

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

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

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

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

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

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

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

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