#A98983

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

Shades of Brandy Rose #A98983

Tints of Brandy Rose #A98983

Color information

#A98983 (or 0xA98983) is unknown color: approx Brandy Rose. HEX triplet: A9, 89 and 83. RGB value is (169,137,131). Sum of RGB (Red+Green+Blue) = 169+137+131=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98983 is #56767C. Grayscale: #919191. Windows color (decimal): -5666429 or 8620457. OLE color: 8620457.

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

Color convert

RGB169137131-
CMYK00.190.220.34
HSL9.47º18.1%58.82%-
HSV(B)9.47º22.49%66.27%-
XYZ29.427.9725.32-
YUV145.88119.6144.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=38.67%
G=31.35%
B=29.98%

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
Decimal16913713100.190.220.349.4718.158.82
HexA9898301316229123b
Octal2512112030232642112273
Binary10101001100010011000001101001110110100010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98983; }

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

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

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

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

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

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

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

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