#AD827B

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

Shades of Brandy Rose #AD827B

Tints of Brandy Rose #AD827B

Color information

#AD827B (or 0xAD827B) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 7B. RGB value is (173,130,123). Sum of RGB (Red+Green+Blue) = 173+130+123=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827B is #527D84. Grayscale: #8E8E8E. Windows color (decimal): -5406085 or 8094381. OLE color: 8094381.

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

Color convert

RGB173130123-
CMYK00.250.290.32
HSL8.4º23.36%58.04%-
HSV(B)8.4º28.9%67.84%-
XYZ28.7926.2822.29-
YUV142.06117.25150.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=40.61%
G=30.52%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313012300.250.290.328.423.3658.04
HexAD827B0191D208173a
Octal2552021730313540102772
Binary1010110110000010111101101100111101100000100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD827B; }

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

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

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

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

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

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

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

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