#A5371A

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

Shades of Rock Spray #A5371A

Tints of Rock Spray #A5371A

Color information

#A5371A (or 0xA5371A) is unknown color: approx Rock Spray. HEX triplet: A5, 37 and 1A. RGB value is (165,55,26). Sum of RGB (Red+Green+Blue) = 165+55+26=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5371A is #5AC8E5. Grayscale: #545454. Windows color (decimal): -5949670 or 1718181. OLE color: 1718181.

HSL color Cylindrical-coordinate representation of color #A5371A: hue angle of 12.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5371A is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1655526-
CMYK00.670.840.35
HSL12.52º72.77%37.45%-
HSV(B)12.52º84.24%64.71%-
XYZ17.0710.812.16-
YUV84.5894.94185.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.07%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=67.07%
G=22.36%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165552600.670.840.3512.5272.7737.45
HexA5371A0435423d4925
Octal24567320103124431511145
Binary101001011101111101001000011101010010001111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5371A; }

 p { color: rgb(165,55,26); }

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

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

 a { background-color: rgb(165,55,26); }

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

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

 span { border-color: rgb(165,55,26); }

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