#A5361F

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

Shades of Rock Spray #A5361F

Tints of Rock Spray #A5361F

Color information

#A5361F (or 0xA5361F) is unknown color: approx Rock Spray. HEX triplet: A5, 36 and 1F. RGB value is (165,54,31). Sum of RGB (Red+Green+Blue) = 165+54+31=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5361F is #5AC9E0. Grayscale: #545454. Windows color (decimal): -5949921 or 2045605. OLE color: 2045605.

HSL color Cylindrical-coordinate representation of color #A5361F: hue angle of 10.3º 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 #A5361F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1655431-
CMYK00.670.810.35
HSL10.3º68.37%38.43%-
HSV(B)10.3º81.21%64.71%-
XYZ17.0810.742.47-
YUV84.5797.77185.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=66%
G=21.6%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165543100.670.810.3510.368.3738.43
HexA5361F0435123a4426
Octal24566370103121431210446
Binary101001011101101111101000011101000110001110101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5361F; }

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

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

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

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

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

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

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

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