#A5401F

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

Shades of Rock Spray #A5401F

Tints of Rock Spray #A5401F

Color information

#A5401F (or 0xA5401F) is unknown color: approx Rock Spray. HEX triplet: A5, 40 and 1F. RGB value is (165,64,31). Sum of RGB (Red+Green+Blue) = 165+64+31=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5401F is #5ABFE0. Grayscale: #5A5A5A. Windows color (decimal): -5947361 or 2048165. OLE color: 2048165.

HSL color Cylindrical-coordinate representation of color #A5401F: hue angle of 14.78º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5401F is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1656431-
CMYK00.610.810.35
HSL14.78º68.37%38.43%-
HSV(B)14.78º81.21%64.71%-
XYZ17.611.772.64-
YUV90.4494.46181.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=63.46%
G=24.62%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165643100.610.810.3514.7868.3738.43
HexA5401F03D5123f4426
Octal24510037075121431710446
Binary101001011000000111110111101101000110001111111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5401F; }

 p { color: rgb(165,64,31); }

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

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

 a { background-color: rgb(165,64,31); }

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

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

 span { border-color: rgb(165,64,31); }

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