#AD807B

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

Shades of Brandy Rose #AD807B

Tints of Brandy Rose #AD807B

Color information

#AD807B (or 0xAD807B) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 7B. RGB value is (173,128,123). Sum of RGB (Red+Green+Blue) = 173+128+123=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807B is #527F84. Grayscale: #8C8C8C. Windows color (decimal): -5406597 or 8093869. OLE color: 8093869.

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

Color convert

RGB173128123-
CMYK00.260.290.32
HSL23.36%58.04%-
HSV(B)28.9%67.84%-
XYZ28.5325.7522.21-
YUV140.88117.91150.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=40.80%
G=30.19%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312812300.260.290.32623.3658.04
HexAD807B01A1D206173a
Octal255200173032354062772
Binary101011011000000011110110110101110110000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD807B; }

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

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

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

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

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

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

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

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