Html Css Color HEX #A5401A Rock Spray

📋 copy color: '#A5401A'

red 165 ◦ green 64 ◦ blue 26

#A5401A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A5401A

Tints of Rock Spray #A5401A

RGB

 RED value IS 165 (64.84% from 255) = 64.71%

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 64.71%
G = 25.1%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5401A (or 0xA5401A) is known color: Rock Spray. HEX triplet: A5, 40 and 1A. RGB value is (165,64,26). Sum of RGB (Red+Green+Blue) = 165+64+26=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A5401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5401A is #5ABFE5. Grayscale: #5A5A5A. Windows color (decimal): -5947366 or 1720485. OLE color: 1720485.

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

Color convert

RGB 165 64 26 -
CMYK 0 0.61 0.84 0.35
HSL 16.4º 0.73% 0.37% -
HSV(B) 16.4º 0.84% 0.65% -
XYZ 17.54 11.74 2.32 -
YUV 89.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 165 64 26 0 0.61 0.84 0.35 16.4 0.73 0.37
Hex A5 40 1A 0 3D 54 23 10 49 25
Octal 245 100 32 0 75 124 43 20 111 45
Binary 10100101 1000000 11010 0 111101 1010100 100011 10000 1001001 100101

Color Harmonies of #A5401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5401A

Black with #A5401A

Text Example


Text Example

White with #A5401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5401A; }

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

 H1.HeaderClassName
 {
   color: #A5401A;
 }
 .AnyTagClassName
 {
   color: #A5401A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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