#AD8278

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

Shades of Brandy Rose #AD8278

Tints of Brandy Rose #AD8278

Color information

#AD8278 (or 0xAD8278) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 78. RGB value is (173,130,120). Sum of RGB (Red+Green+Blue) = 173+130+120=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8278 is #527D87. Grayscale: #8D8D8D. Windows color (decimal): -5406088 or 7897773. OLE color: 7897773.

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

Color convert

RGB173130120-
CMYK00.250.310.32
HSL11.32º24.42%57.45%-
HSV(B)11.32º30.64%67.84%-
XYZ28.6126.2121.32-
YUV141.72115.75150.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=40.90%
G=30.73%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313012000.250.310.3211.3224.4257.45
HexAD82780191F20b1839
Octal2552021700313740133071
Binary1010110110000010111100001100111111100000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8278; }

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

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

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

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

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

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

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

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