#A98582

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

Shades of Brandy Rose #A98582

Tints of Brandy Rose #A98582

Color information

#A98582 (or 0xA98582) is unknown color: approx Brandy Rose. HEX triplet: A9, 85 and 82. RGB value is (169,133,130). Sum of RGB (Red+Green+Blue) = 169+133+130=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A98582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98582 is #567A7D. Grayscale: #8F8F8F. Windows color (decimal): -5667454 or 8553897. OLE color: 8553897.

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

Color convert

RGB169133130-
CMYK00.210.230.34
HSL4.62º18.48%58.63%-
HSV(B)4.62º23.08%66.27%-
XYZ28.7826.8224.78-
YUV143.42120.43146.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=39.12%
G=30.79%
B=30.09%

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
Decimal16913313000.210.230.344.6218.4858.63
HexA9858201517225123b
Octal251205202025274252273
Binary1010100110000101100000100101011011110001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98582; }

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

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

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

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

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

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

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

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