#A98B83

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

Shades of Brandy Rose #A98B83

Tints of Brandy Rose #A98B83

Color information

#A98B83 (or 0xA98B83) is unknown color: approx Brandy Rose. HEX triplet: A9, 8B and 83. RGB value is (169,139,131). Sum of RGB (Red+Green+Blue) = 169+139+131=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B83 is #56747C. Grayscale: #939393. Windows color (decimal): -5665917 or 8620969. OLE color: 8620969.

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

Color convert

RGB169139131-
CMYK00.180.220.34
HSL12.63º18.1%58.82%-
HSV(B)12.63º22.49%66.27%-
XYZ29.6928.5425.42-
YUV147.06118.94143.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=38.50%
G=31.66%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913913100.180.220.3412.6318.158.82
HexA98B830121622d123b
Octal2512132030222642152273
Binary10101001100010111000001101001010110100010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B83; }

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

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

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

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

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

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

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

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