#AD867A

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

Shades of Brandy Rose #AD867A

Tints of Brandy Rose #AD867A

Color information

#AD867A (or 0xAD867A) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 7A. RGB value is (173,134,122). Sum of RGB (Red+Green+Blue) = 173+134+122=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867A is #527985. Grayscale: #909090. Windows color (decimal): -5405062 or 8029869. OLE color: 8029869.

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

Color convert

RGB173134122-
CMYK00.230.290.32
HSL14.12º23.72%57.84%-
HSV(B)14.12º29.48%67.84%-
XYZ29.2727.3422.15-
YUV144.29115.42148.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=40.33%
G=31.24%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313412200.230.290.3214.1223.7257.84
HexAD867A0171D20e183a
Octal2552061720273540163072
Binary1010110110000110111101001011111101100000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD867A; }

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

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

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

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

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

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

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

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