#A88581

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

Shades of Brandy Rose #A88581

Tints of Brandy Rose #A88581

Color information

#A88581 (or 0xA88581) is unknown color: approx Brandy Rose. HEX triplet: A8, 85 and 81. RGB value is (168,133,129). Sum of RGB (Red+Green+Blue) = 168+133+129=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A88581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88581 is #577A7E. Grayscale: #8F8F8F. Windows color (decimal): -5732991 or 8488360. OLE color: 8488360.

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

Color convert

RGB168133129-
CMYK00.210.230.34
HSL6.15º18.31%58.24%-
HSV(B)6.15º23.21%65.88%-
XYZ28.526.6824.42-
YUV143.01120.1145.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 129 (50.78% from 255) = 30%
R=39.07%
G=30.93%
B=30%

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
Decimal16813312900.210.230.346.1518.3158.24
HexA8858101517226123a
Octal250205201025274262272
Binary1010100010000101100000010101011011110001011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88581; }

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

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

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

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

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

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

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

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