#A6837A

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

Shades of Brandy Rose #A6837A

Tints of Brandy Rose #A6837A

Color information

#A6837A (or 0xA6837A) is unknown color: approx Brandy Rose. HEX triplet: A6, 83 and 7A. RGB value is (166,131,122). Sum of RGB (Red+Green+Blue) = 166+131+122=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6837A is #597C85. Grayscale: #8C8C8C. Windows color (decimal): -5864582 or 8029094. OLE color: 8029094.

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

Color convert

RGB166131122-
CMYK00.210.270.35
HSL12.27º19.82%56.47%-
HSV(B)12.27º26.51%65.1%-
XYZ27.3625.7421.94-
YUV140.44117.6146.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=39.62%
G=31.26%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613112200.210.270.3512.2719.8256.47
HexA6837A0151B23c1438
Octal2462031720253343142470
Binary1010011010000011111101001010111011100011110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6837A; }

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

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

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

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

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

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

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

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