Html Css Color HEX #A63A20 Rock Spray

📋 copy color: '#A63A20'

red 166 ◦ green 58 ◦ blue 32

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

Shades of Rock Spray #A63A20

Tints of Rock Spray #A63A20

RGB

 RED value IS 166 (65.23% from 255) = 64.84%

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 64.84%
G = 22.66%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63A20 (or 0xA63A20) is known color: Rock Spray. HEX triplet: A6, 3A and 20. RGB value is (166,58,32). Sum of RGB (Red+Green+Blue) = 166+58+32=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A20 is #59C5DF. Grayscale: #575757. Windows color (decimal): -5883360 or 2112166. OLE color: 2112166.

HSL color Cylindrical-coordinate representation of color #A63A20: hue angle of 11.64º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63A20 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 58 32 -
CMYK 0 0.65 0.81 0.35
HSL 11.64º 0.68% 0.39% -
HSV(B) 11.64º 0.81% 0.65% -
XYZ 17.5 11.24 2.61 -
YUV 87.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 166 58 32 0 0.65 0.81 0.35 11.64 0.68 0.39
Hex A6 3A 20 0 41 51 23 C 44 27
Octal 246 72 40 0 101 121 43 14 104 47
Binary 10100110 111010 100000 0 1000001 1010001 100011 1100 1000100 100111

Color Harmonies of #A63A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A20

Black with #A63A20

Text Example


Text Example

White with #A63A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A20; }

 p { color: rgb(166,58,32); }

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

background-color css

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

 a { background-color: rgb(166,58,32); }

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

border-color css

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

 span { border-color: rgb(166,58,32); }

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