#A88781

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

Shades of Brandy Rose #A88781

Tints of Brandy Rose #A88781

Color information

#A88781 (or 0xA88781) is unknown color: approx Brandy Rose. HEX triplet: A8, 87 and 81. RGB value is (168,135,129). Sum of RGB (Red+Green+Blue) = 168+135+129=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88781 is #57787E. Grayscale: #909090. Windows color (decimal): -5732479 or 8488872. OLE color: 8488872.

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

Color convert

RGB168135129-
CMYK00.200.230.34
HSL9.23º18.31%58.24%-
HSV(B)9.23º23.21%65.88%-
XYZ28.7727.2424.51-
YUV144.18119.43144.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=38.89%
G=31.25%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813512900.200.230.349.2318.3158.24
HexA8878101417229123a
Octal2502072010242742112272
Binary10101000100001111000000101010010111100010100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88781; }

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

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

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

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

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

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

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

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