#A68580

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

Shades of Brandy Rose #A68580

Tints of Brandy Rose #A68580

Color information

#A68580 (or 0xA68580) is unknown color: approx Brandy Rose. HEX triplet: A6, 85 and 80. RGB value is (166,133,128). Sum of RGB (Red+Green+Blue) = 166+133+128=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A68580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68580 is #597A7F. Grayscale: #8E8E8E. Windows color (decimal): -5864064 or 8422822. OLE color: 8422822.

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

Color convert

RGB166133128-
CMYK00.200.230.35
HSL7.89º17.59%57.65%-
HSV(B)7.89º22.89%65.1%-
XYZ28.0126.4424.05-
YUV142.3119.93144.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=38.88%
G=31.15%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613312800.200.230.357.8917.5957.65
HexA6858001417238123a
Octal2462052000242743102272
Binary10100110100001011000000001010010111100011100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68580; }

 p { color: rgb(166,133,128); }

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

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

 a { background-color: rgb(166,133,128); }

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

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

 span { border-color: rgb(166,133,128); }

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