#AD7B70

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

Shades of Brandy Rose #AD7B70

Tints of Brandy Rose #AD7B70

Color information

#AD7B70 (or 0xAD7B70) is unknown color: approx Brandy Rose. HEX triplet: AD, 7B and 70. RGB value is (173,123,112). Sum of RGB (Red+Green+Blue) = 173+123+112=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B70 is #52848F. Grayscale: #888888. Windows color (decimal): -5407888 or 7371693. OLE color: 7371693.

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

Color convert

RGB173123112-
CMYK00.290.350.32
HSL10.82º27.11%55.88%-
HSV(B)10.82º35.26%67.84%-
XYZ27.2424.2218.57-
YUV136.7114.06153.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=42.40%
G=30.15%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312311200.290.350.3210.8227.1155.88
HexAD7B7001D2320b1b38
Octal2551731600354340133370
Binary1010110111110111110000011101100011100000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B70; }

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

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

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

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

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

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

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

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