#A98575

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

Shades of Brandy Rose #A98575

Tints of Brandy Rose #A98575

Color information

#A98575 (or 0xA98575) is unknown color: approx Brandy Rose. HEX triplet: A9, 85 and 75. RGB value is (169,133,117). Sum of RGB (Red+Green+Blue) = 169+133+117=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98575 is #567A8A. Grayscale: #8E8E8E. Windows color (decimal): -5667467 or 7701929. OLE color: 7701929.

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

Color convert

RGB169133117-
CMYK00.210.310.34
HSL18.46º23.21%56.08%-
HSV(B)18.46º30.77%66.27%-
XYZ27.9626.4920.47-
YUV141.94113.93147.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=40.33%
G=31.74%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913311700.210.310.3418.4623.2156.08
HexA985750151F22121738
Octal2512051650253742222770
Binary10101001100001011110101010101111111000101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98575; }

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

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

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

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

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

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

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

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