#A6837E

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

Shades of Brandy Rose #A6837E

Tints of Brandy Rose #A6837E

Color information

#A6837E (or 0xA6837E) is unknown color: approx Brandy Rose. HEX triplet: A6, 83 and 7E. RGB value is (166,131,126). Sum of RGB (Red+Green+Blue) = 166+131+126=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6837E is #597C81. Grayscale: #8C8C8C. Windows color (decimal): -5864578 or 8291238. OLE color: 8291238.

HSL color Cylindrical-coordinate representation of color #A6837E: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6837E is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB166131126-
CMYK00.210.240.35
HSL7.5º18.35%57.25%-
HSV(B)7.5º24.1%65.1%-
XYZ27.6125.8523.27-
YUV140.89119.6145.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=39.24%
G=30.97%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613112600.210.240.357.518.3557.25
HexA6837E015182381239
Octal2462031760253043102271
Binary1010011010000011111111001010111000100011100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6837E; }

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

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

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

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

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

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

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

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