#AD8A7E

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

Shades of Brandy Rose #AD8A7E

Tints of Brandy Rose #AD8A7E

Color information

#AD8A7E (or 0xAD8A7E) is unknown color: approx Brandy Rose. HEX triplet: AD, 8A and 7E. RGB value is (173,138,126). Sum of RGB (Red+Green+Blue) = 173+138+126=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A7E is #527581. Grayscale: #939393. Windows color (decimal): -5404034 or 8293037. OLE color: 8293037.

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

Color convert

RGB173138126-
CMYK00.200.270.32
HSL15.32º22.27%58.63%-
HSV(B)15.32º27.17%67.84%-
XYZ30.0928.5723.67-
YUV147.1116.1146.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=39.59%
G=31.58%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313812600.200.270.3215.3222.2758.63
HexAD8A7E0141B20f163b
Octal2552121760243340172673
Binary1010110110001010111111001010011011100000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A7E; }

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

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

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

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

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

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

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

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