#A9584B

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

Shades of Crail #A9584B

Tints of Crail #A9584B

Color information

#A9584B (or 0xA9584B) is unknown color: approx Crail. HEX triplet: A9, 58 and 4B. RGB value is (169,88,75). Sum of RGB (Red+Green+Blue) = 169+88+75=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9584B is #56A7B4. Grayscale: #6E6E6E. Windows color (decimal): -5679029 or 4937897. OLE color: 4937897.

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

Color convert

RGB1698875-
CMYK00.480.560.34
HSL8.3º38.52%47.84%-
HSV(B)8.3º55.62%66.27%-
XYZ21.1215.928.62-
YUV110.74107.84169.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=50.90%
G=26.51%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169887500.480.560.348.338.5247.84
HexA9584B030382282730
Octal2511301130607042104760
Binary101010011011000100101101100001110001000101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9584B; }

 p { color: rgb(169,88,75); }

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

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

 a { background-color: rgb(169,88,75); }

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

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

 span { border-color: rgb(169,88,75); }

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