#A6817A

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

Shades of Brandy Rose #A6817A

Tints of Brandy Rose #A6817A

Color information

#A6817A (or 0xA6817A) is unknown color: approx Brandy Rose. HEX triplet: A6, 81 and 7A. RGB value is (166,129,122). Sum of RGB (Red+Green+Blue) = 166+129+122=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A6817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6817A is #597E85. Grayscale: #8B8B8B. Windows color (decimal): -5865094 or 8028582. OLE color: 8028582.

HSL color Cylindrical-coordinate representation of color #A6817A: hue angle of 9.55º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6817A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166129122-
CMYK00.220.270.35
HSL9.55º19.82%56.47%-
HSV(B)9.55º26.51%65.1%-
XYZ27.0925.2121.85-
YUV139.26118.26147.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=39.81%
G=30.94%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612912200.220.270.359.5519.8256.47
HexA6817A0161B23a1438
Octal2462011720263343122470
Binary1010011010000001111101001011011011100011101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6817A; }

 p { color: rgb(166,129,122); }

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

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

 a { background-color: rgb(166,129,122); }

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

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

 span { border-color: rgb(166,129,122); }

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