#A98275

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

Shades of Brandy Rose #A98275

Tints of Brandy Rose #A98275

Color information

#A98275 (or 0xA98275) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 75. RGB value is (169,130,117). Sum of RGB (Red+Green+Blue) = 169+130+117=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98275 is #567D8A. Grayscale: #8C8C8C. Windows color (decimal): -5668235 or 7701161. OLE color: 7701161.

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

Color convert

RGB169130117-
CMYK00.230.310.34
HSL15º23.21%56.08%-
HSV(B)15º30.77%66.27%-
XYZ27.5625.6820.33-
YUV140.18114.92148.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=40.62%
G=31.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913011700.230.310.341523.2156.08
HexA982750171F22f1738
Octal2512021650273742172770
Binary1010100110000010111010101011111111100010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98275; }

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

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

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

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

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

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

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

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