#A88481

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

Shades of Brandy Rose #A88481

Tints of Brandy Rose #A88481

Color information

#A88481 (or 0xA88481) is unknown color: approx Brandy Rose. HEX triplet: A8, 84 and 81. RGB value is (168,132,129). Sum of RGB (Red+Green+Blue) = 168+132+129=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88481 is #577B7E. Grayscale: #8E8E8E. Windows color (decimal): -5733247 or 8488104. OLE color: 8488104.

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

Color convert

RGB168132129-
CMYK00.210.230.34
HSL4.62º18.31%58.24%-
HSV(B)4.62º23.21%65.88%-
XYZ28.3626.4124.37-
YUV142.42120.43146.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=39.16%
G=30.77%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813212900.210.230.344.6218.3158.24
HexA8848101517225123a
Octal250204201025274252272
Binary1010100010000100100000010101011011110001010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88481; }

 p { color: rgb(168,132,129); }

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

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

 a { background-color: rgb(168,132,129); }

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

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

 span { border-color: rgb(168,132,129); }

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