#A88380

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

Shades of Brandy Rose #A88380

Tints of Brandy Rose #A88380

Color information

#A88380 (or 0xA88380) is unknown color: approx Brandy Rose. HEX triplet: A8, 83 and 80. RGB value is (168,131,128). Sum of RGB (Red+Green+Blue) = 168+131+128=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88380 is #577C7F. Grayscale: #8D8D8D. Windows color (decimal): -5733504 or 8422312. OLE color: 8422312.

HSL color Cylindrical-coordinate representation of color #A88380: hue angle of 4.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88380 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168131128-
CMYK00.220.240.34
HSL4.5º18.69%58.04%-
HSV(B)4.5º23.81%65.88%-
XYZ28.1626.1223.98-
YUV141.72120.26146.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=39.34%
G=30.68%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813112800.220.240.344.518.6958.04
HexA8838001618225133a
Octal250203200026304252372
Binary1010100010000011100000000101101100010001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88380; }

 p { color: rgb(168,131,128); }

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

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

 a { background-color: rgb(168,131,128); }

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

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

 span { border-color: rgb(168,131,128); }

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