#A98680

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

Shades of Brandy Rose #A98680

Tints of Brandy Rose #A98680

Color information

#A98680 (or 0xA98680) is unknown color: approx Brandy Rose. HEX triplet: A9, 86 and 80. RGB value is (169,134,128). Sum of RGB (Red+Green+Blue) = 169+134+128=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A98680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98680 is #56797F. Grayscale: #8F8F8F. Windows color (decimal): -5667200 or 8423081. OLE color: 8423081.

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

Color convert

RGB169134128-
CMYK00.210.240.34
HSL8.78º19.25%58.24%-
HSV(B)8.78º24.26%66.27%-
XYZ28.7827.0424.12-
YUV143.78119.1145.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=39.21%
G=31.09%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913412800.210.240.348.7819.2558.24
HexA9868001518229133a
Octal2512062000253042112372
Binary10101001100001101000000001010111000100010100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98680; }

 p { color: rgb(169,134,128); }

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

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

 a { background-color: rgb(169,134,128); }

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

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

 span { border-color: rgb(169,134,128); }

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