#A68882

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

Shades of Brandy Rose #A68882

Tints of Brandy Rose #A68882

Color information

#A68882 (or 0xA68882) is unknown color: approx Brandy Rose. HEX triplet: A6, 88 and 82. RGB value is (166,136,130). Sum of RGB (Red+Green+Blue) = 166+136+130=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68882 is #59777D. Grayscale: #909090. Windows color (decimal): -5863294 or 8554662. OLE color: 8554662.

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

Color convert

RGB166136130-
CMYK00.180.220.35
HSL10º16.82%58.04%-
HSV(B)10º21.69%65.1%-
XYZ28.5627.3324.89-
YUV144.29119.94143.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=38.43%
G=31.48%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613613000.180.220.351016.8258.04
HexA688820121623a113a
Octal2462102020222643122172
Binary10100110100010001000001001001010110100011101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68882; }

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

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

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

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

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

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

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

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