#AD7E70

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

Shades of Brandy Rose #AD7E70

Tints of Brandy Rose #AD7E70

Color information

#AD7E70 (or 0xAD7E70) is unknown color: approx Brandy Rose. HEX triplet: AD, 7E and 70. RGB value is (173,126,112). Sum of RGB (Red+Green+Blue) = 173+126+112=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E70 is #52818F. Grayscale: #8A8A8A. Windows color (decimal): -5407120 or 7372461. OLE color: 7372461.

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

Color convert

RGB173126112-
CMYK00.270.350.32
HSL13.77º27.11%55.88%-
HSV(B)13.77º35.26%67.84%-
XYZ27.6224.9818.69-
YUV138.46113.07152.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=42.09%
G=30.66%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312611200.270.350.3213.7727.1155.88
HexAD7E7001B2320e1b38
Octal2551761600334340163370
Binary1010110111111101110000011011100011100000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E70; }

 p { color: rgb(173,126,112); }

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

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

 a { background-color: rgb(173,126,112); }

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

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

 span { border-color: rgb(173,126,112); }

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