#A6827A

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

Shades of Brandy Rose #A6827A

Tints of Brandy Rose #A6827A

Color information

#A6827A (or 0xA6827A) is unknown color: approx Brandy Rose. HEX triplet: A6, 82 and 7A. RGB value is (166,130,122). Sum of RGB (Red+Green+Blue) = 166+130+122=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6827A is #597D85. Grayscale: #8B8B8B. Windows color (decimal): -5864838 or 8028838. OLE color: 8028838.

HSL color Cylindrical-coordinate representation of color #A6827A: hue angle of 10.91º 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 #A6827A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166130122-
CMYK00.220.270.35
HSL10.91º19.82%56.47%-
HSV(B)10.91º26.51%65.1%-
XYZ27.2225.4821.9-
YUV139.85117.93146.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=39.71%
G=31.10%
B=29.19%

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
Decimal16613012200.220.270.3510.9119.8256.47
HexA6827A0161B23b1438
Octal2462021720263343132470
Binary1010011010000010111101001011011011100011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6827A; }

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

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

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

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

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

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

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

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