#A98984

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

Shades of Brandy Rose #A98984

Tints of Brandy Rose #A98984

Color information

#A98984 (or 0xA98984) is unknown color: approx Brandy Rose. HEX triplet: A9, 89 and 84. RGB value is (169,137,132). Sum of RGB (Red+Green+Blue) = 169+137+132=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A98984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98984 is #56767B. Grayscale: #929292. Windows color (decimal): -5666428 or 8685993. OLE color: 8685993.

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

Color convert

RGB169137132-
CMYK00.190.220.34
HSL8.11º17.7%59.02%-
HSV(B)8.11º21.89%66.27%-
XYZ29.4727.9925.68-
YUV146120.1144.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=38.58%
G=31.28%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913713200.190.220.348.1117.759.02
HexA9898401316228123b
Octal2512112040232642102273
Binary10101001100010011000010001001110110100010100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98984; }

 p { color: rgb(169,137,132); }

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

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

 a { background-color: rgb(169,137,132); }

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

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

 span { border-color: rgb(169,137,132); }

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