#AD7E75

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

Shades of Brandy Rose #AD7E75

Tints of Brandy Rose #AD7E75

Color information

#AD7E75 (or 0xAD7E75) is unknown color: approx Brandy Rose. HEX triplet: AD, 7E and 75. RGB value is (173,126,117). Sum of RGB (Red+Green+Blue) = 173+126+117=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E75 is #52818A. Grayscale: #8B8B8B. Windows color (decimal): -5407115 or 7700141. OLE color: 7700141.

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

Color convert

RGB173126117-
CMYK00.270.320.32
HSL9.64º25.45%56.86%-
HSV(B)9.64º32.37%67.84%-
XYZ27.9125.0920.2-
YUV139.03115.57152.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=41.59%
G=30.29%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312611700.270.320.329.6425.4556.86
HexAD7E7501B2020a1939
Octal2551761650334040123171
Binary1010110111111101110101011011100000100000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E75; }

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

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

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

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

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

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

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

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