#A15F4B

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

Shades of Crail #A15F4B

Tints of Crail #A15F4B

Color information

#A15F4B (or 0xA15F4B) is unknown color: approx Crail. HEX triplet: A1, 5F and 4B. RGB value is (161,95,75). Sum of RGB (Red+Green+Blue) = 161+95+75=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F4B is #5EA0B4. Grayscale: #707070. Windows color (decimal): -6201525 or 4939681. OLE color: 4939681.

HSL color Cylindrical-coordinate representation of color #A15F4B: hue angle of 13.95º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15F4B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1619575-
CMYK00.410.530.37
HSL13.95º36.44%46.27%-
HSV(B)13.95º53.42%63.14%-
XYZ20.0616.278.74-
YUV112.45106.87162.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=48.64%
G=28.70%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161957500.410.530.3713.9536.4446.27
HexA15F4B0293525e242e
Octal2411371130516545164456
Binary101000011011111100101101010011101011001011110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F4B; }

 p { color: rgb(161,95,75); }

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

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

 a { background-color: rgb(161,95,75); }

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

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

 span { border-color: rgb(161,95,75); }

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