#A98475

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

Shades of Brandy Rose #A98475

Tints of Brandy Rose #A98475

Color information

#A98475 (or 0xA98475) is unknown color: approx Brandy Rose. HEX triplet: A9, 84 and 75. RGB value is (169,132,117). Sum of RGB (Red+Green+Blue) = 169+132+117=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98475 is #567B8A. Grayscale: #8D8D8D. Windows color (decimal): -5667723 or 7701673. OLE color: 7701673.

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

Color convert

RGB169132117-
CMYK00.220.310.34
HSL17.31º23.21%56.08%-
HSV(B)17.31º30.77%66.27%-
XYZ27.8226.2220.42-
YUV141.35114.26147.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=40.43%
G=31.58%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913211700.220.310.3417.3123.2156.08
HexA984750161F22111738
Octal2512041650263742212770
Binary10101001100001001110101010110111111000101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98475; }

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

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

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

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

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

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

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

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