#A88880

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

Shades of Brandy Rose #A88880

Tints of Brandy Rose #A88880

Color information

#A88880 (or 0xA88880) is unknown color: approx Brandy Rose. HEX triplet: A8, 88 and 80. RGB value is (168,136,128). Sum of RGB (Red+Green+Blue) = 168+136+128=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88880 is #57777F. Grayscale: #909090. Windows color (decimal): -5732224 or 8423592. OLE color: 8423592.

HSL color Cylindrical-coordinate representation of color #A88880: hue angle of 12º 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 #A88880 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168136128-
CMYK00.190.240.34
HSL12º18.69%58.04%-
HSV(B)12º23.81%65.88%-
XYZ28.8527.4924.21-
YUV144.66118.6144.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=38.89%
G=31.48%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813612800.190.240.341218.6958.04
HexA888800131822c133a
Octal2502102000233042142372
Binary10101000100010001000000001001111000100010110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88880; }

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

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

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

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

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

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

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

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