#AD7C75

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

Shades of Brandy Rose #AD7C75

Tints of Brandy Rose #AD7C75

Color information

#AD7C75 (or 0xAD7C75) is unknown color: approx Brandy Rose. HEX triplet: AD, 7C and 75. RGB value is (173,124,117). Sum of RGB (Red+Green+Blue) = 173+124+117=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C75 is #52838A. Grayscale: #898989. Windows color (decimal): -5407627 or 7699629. OLE color: 7699629.

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

Color convert

RGB173124117-
CMYK00.280.320.32
HSL7.5º25.45%56.86%-
HSV(B)7.5º32.37%67.84%-
XYZ27.6524.5820.12-
YUV137.85116.23153.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=41.79%
G=29.95%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312411700.280.320.327.525.4556.86
HexAD7C7501C202071939
Octal255174165034404073171
Binary101011011111100111010101110010000010000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C75; }

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

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

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

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

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

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

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

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