Html Css Color HEX #A13722 Rock Spray

📋 copy color: '#A13722'

red 161 ◦ green 55 ◦ blue 34

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

Shades of Rock Spray #A13722

Tints of Rock Spray #A13722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 64.4%
G = 22%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A13722 (or 0xA13722) is known color: Rock Spray. HEX triplet: A1, 37 and 22. RGB value is (161,55,34). Sum of RGB (Red+Green+Blue) = 161+55+34=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A13722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13722 is #5EC8DD. Grayscale: #545454. Windows color (decimal): -6211806 or 2242465. OLE color: 2242465.

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

Color convert

RGB 161 55 34 -
CMYK 0 0.66 0.79 0.37
HSL 9.92º 0.65% 0.38% -
HSV(B) 9.92º 0.79% 0.63% -
XYZ 16.35 10.42 2.66 -
YUV 84.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 161 55 34 0 0.66 0.79 0.37 9.92 0.65 0.38
Hex A1 37 22 0 42 4F 25 A 41 26
Octal 241 67 42 0 102 117 45 12 101 46
Binary 10100001 110111 100010 0 1000010 1001111 100101 1010 1000001 100110

Color Harmonies of #A13722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13722

Black with #A13722

Text Example


Text Example

White with #A13722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13722; }

 p { color: rgb(161,55,34); }

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

background-color css

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

 a { background-color: rgb(161,55,34); }

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

border-color css

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

 span { border-color: rgb(161,55,34); }

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