#A98583

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

Shades of Brandy Rose #A98583

Tints of Brandy Rose #A98583

Color information

#A98583 (or 0xA98583) is unknown color: approx Brandy Rose. HEX triplet: A9, 85 and 83. RGB value is (169,133,131). Sum of RGB (Red+Green+Blue) = 169+133+131=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98583 is #567A7C. Grayscale: #8F8F8F. Windows color (decimal): -5667453 or 8619433. OLE color: 8619433.

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

Color convert

RGB169133131-
CMYK00.210.220.34
HSL3.16º18.1%58.82%-
HSV(B)3.16º22.49%66.27%-
XYZ28.8526.8525.13-
YUV143.54120.93146.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=39.03%
G=30.72%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913313100.210.220.343.1618.158.82
HexA9858301516223123b
Octal251205203025264232273
Binary101010011000010110000011010101101101000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98583; }

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

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

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

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

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

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

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

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