#A98881

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

Shades of Brandy Rose #A98881

Tints of Brandy Rose #A98881

Color information

#A98881 (or 0xA98881) is unknown color: approx Brandy Rose. HEX triplet: A9, 88 and 81. RGB value is (169,136,129). Sum of RGB (Red+Green+Blue) = 169+136+129=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98881 is #56777E. Grayscale: #919191. Windows color (decimal): -5666687 or 8489129. OLE color: 8489129.

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

Color convert

RGB169136129-
CMYK00.200.240.34
HSL10.5º18.87%58.43%-
HSV(B)10.5º23.67%66.27%-
XYZ29.1327.6324.57-
YUV145.07118.93145.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=38.94%
G=31.34%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913612900.200.240.3410.518.8758.43
HexA988810141822b133a
Octal2512102010243042132372
Binary10101001100010001000000101010011000100010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98881; }

 p { color: rgb(169,136,129); }

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

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

 a { background-color: rgb(169,136,129); }

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

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

 span { border-color: rgb(169,136,129); }

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