#AD827C

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

Shades of Brandy Rose #AD827C

Tints of Brandy Rose #AD827C

Color information

#AD827C (or 0xAD827C) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 7C. RGB value is (173,130,124). Sum of RGB (Red+Green+Blue) = 173+130+124=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827C is #527D83. Grayscale: #8E8E8E. Windows color (decimal): -5406084 or 8159917. OLE color: 8159917.

HSL color Cylindrical-coordinate representation of color #AD827C: hue angle of 7.35º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD827C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173130124-
CMYK00.250.280.32
HSL7.35º23%58.24%-
HSV(B)7.35º28.32%67.84%-
XYZ28.8526.322.63-
YUV142.17117.75149.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=40.52%
G=30.44%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313012400.250.280.327.352358.24
HexAD827C0191C207173a
Octal255202174031344072772
Binary101011011000001011111000110011110010000011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD827C; }

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

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

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

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

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

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

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

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