#AD817B

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

Shades of Brandy Rose #AD817B

Tints of Brandy Rose #AD817B

Color information

#AD817B (or 0xAD817B) is unknown color: approx Brandy Rose. HEX triplet: AD, 81 and 7B. RGB value is (173,129,123). Sum of RGB (Red+Green+Blue) = 173+129+123=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD817B is #527E84. Grayscale: #8D8D8D. Windows color (decimal): -5406341 or 8094125. OLE color: 8094125.

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

Color convert

RGB173129123-
CMYK00.250.290.32
HSL7.2º23.36%58.04%-
HSV(B)7.2º28.9%67.84%-
XYZ28.6626.0122.25-
YUV141.47117.58150.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=40.71%
G=30.35%
B=28.94%

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
Decimal17312912300.250.290.327.223.3658.04
HexAD817B0191D207173a
Octal255201173031354072772
Binary101011011000000111110110110011110110000011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD817B; }

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

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

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

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

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

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

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

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