#AD827F

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

Shades of Brandy Rose #AD827F

Tints of Brandy Rose #AD827F

Color information

#AD827F (or 0xAD827F) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 7F. RGB value is (173,130,127). Sum of RGB (Red+Green+Blue) = 173+130+127=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827F is #527D80. Grayscale: #8E8E8E. Windows color (decimal): -5406081 or 8356525. OLE color: 8356525.

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

Color convert

RGB173130127-
CMYK00.250.270.32
HSL3.91º21.9%58.82%-
HSV(B)3.91º26.59%67.84%-
XYZ29.0526.3823.64-
YUV142.52119.25149.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 127 (50% from 255) = 29.53%
R=40.23%
G=30.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313012700.250.270.323.9121.958.82
HexAD827F0191B204163b
Octal255202177031334042673
Binary101011011000001011111110110011101110000010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD827F; }

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

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

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

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

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

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

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

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