#A98882

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

Shades of Brandy Rose #A98882

Tints of Brandy Rose #A98882

Color information

#A98882 (or 0xA98882) is unknown color: approx Brandy Rose. HEX triplet: A9, 88 and 82. RGB value is (169,136,130). Sum of RGB (Red+Green+Blue) = 169+136+130=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A98882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98882 is #56777D. Grayscale: #919191. Windows color (decimal): -5666686 or 8554665. OLE color: 8554665.

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

Color convert

RGB169136130-
CMYK00.200.230.34
HSL9.23º18.48%58.63%-
HSV(B)9.23º23.08%66.27%-
XYZ29.227.6624.92-
YUV145.18119.43144.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=38.85%
G=31.26%
B=29.89%

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
Decimal16913613000.200.230.349.2318.4858.63
HexA9888201417229123b
Octal2512102020242742112273
Binary10101001100010001000001001010010111100010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98882; }

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

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

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

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

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

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

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

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