Html Css Color HEX #A13617 Rock Spray

📋 copy color: '#A13617'

red 161 ◦ green 54 ◦ blue 23

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

Shades of Rock Spray #A13617

Tints of Rock Spray #A13617

RGB

 RED value IS 161 (63.28% from 255) = 67.65%

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 67.65%
G = 22.69%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13617 (or 0xA13617) is known color: Rock Spray. HEX triplet: A1, 36 and 17. RGB value is (161,54,23). Sum of RGB (Red+Green+Blue) = 161+54+23=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13617 is #5EC9E8. Grayscale: #525252. Windows color (decimal): -6212073 or 1521313. OLE color: 1521313.

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

Color convert

RGB 161 54 23 -
CMYK 0 0.66 0.86 0.37
HSL 13.48º 0.75% 0.36% -
HSV(B) 13.48º 0.86% 0.63% -
XYZ 16.17 10.28 1.94 -
YUV 82.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 161 54 23 0 0.66 0.86 0.37 13.48 0.75 0.36
Hex A1 36 17 0 42 56 25 D 4B 24
Octal 241 66 27 0 102 126 45 15 113 44
Binary 10100001 110110 10111 0 1000010 1010110 100101 1101 1001011 100100

Color Harmonies of #A13617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13617

Black with #A13617

Text Example


Text Example

White with #A13617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13617; }

 p { color: rgb(161,54,23); }

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

background-color css

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

 a { background-color: rgb(161,54,23); }

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

border-color css

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

 span { border-color: rgb(161,54,23); }

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