#A98578

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

Shades of Brandy Rose #A98578

Tints of Brandy Rose #A98578

Color information

#A98578 (or 0xA98578) is unknown color: approx Brandy Rose. HEX triplet: A9, 85 and 78. RGB value is (169,133,120). Sum of RGB (Red+Green+Blue) = 169+133+120=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98578 is #567A87. Grayscale: #8E8E8E. Windows color (decimal): -5667464 or 7898537. OLE color: 7898537.

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

Color convert

RGB169133120-
CMYK00.210.290.34
HSL15.92º22.17%56.67%-
HSV(B)15.92º28.99%66.27%-
XYZ28.1426.5721.41-
YUV142.28115.43147.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=40.05%
G=31.52%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913312000.210.290.3415.9222.1756.67
HexA985780151D22101639
Octal2512051700253542202671
Binary10101001100001011111000010101111011000101000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98578; }

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

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

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

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

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

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

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

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