#A68883

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

Shades of Brandy Rose #A68883

Tints of Brandy Rose #A68883

Color information

#A68883 (or 0xA68883) is unknown color: approx Brandy Rose. HEX triplet: A6, 88 and 83. RGB value is (166,136,131). Sum of RGB (Red+Green+Blue) = 166+136+131=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68883 is #59777C. Grayscale: #909090. Windows color (decimal): -5863293 or 8620198. OLE color: 8620198.

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

Color convert

RGB166136131-
CMYK00.180.210.35
HSL8.57º16.43%58.24%-
HSV(B)8.57º21.08%65.1%-
XYZ28.6327.3525.24-
YUV144.4120.44143.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=38.34%
G=31.41%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613613100.180.210.358.5716.4358.24
HexA6888301215239103a
Octal2462102030222543112072
Binary10100110100010001000001101001010101100011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68883; }

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

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

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

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

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

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

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

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