#AD877A

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

Shades of Brandy Rose #AD877A

Tints of Brandy Rose #AD877A

Color information

#AD877A (or 0xAD877A) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 7A. RGB value is (173,135,122). Sum of RGB (Red+Green+Blue) = 173+135+122=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877A is #527885. Grayscale: #909090. Windows color (decimal): -5404806 or 8030125. OLE color: 8030125.

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

Color convert

RGB173135122-
CMYK00.220.290.32
HSL15.29º23.72%57.84%-
HSV(B)15.29º29.48%67.84%-
XYZ29.4127.6222.19-
YUV144.88115.09148.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=40.23%
G=31.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313512200.220.290.3215.2923.7257.84
HexAD877A0161D20f183a
Octal2552071720263540173072
Binary1010110110000111111101001011011101100000111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD877A; }

 p { color: rgb(173,135,122); }

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

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

 a { background-color: rgb(173,135,122); }

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

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

 span { border-color: rgb(173,135,122); }

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