Html Css Color HEX #A63F20 Rock Spray

📋 copy color: '#A63F20'

red 166 ◦ green 63 ◦ blue 32

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

Shades of Rock Spray #A63F20

Tints of Rock Spray #A63F20

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

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

R = 63.6%
G = 24.14%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63F20 (or 0xA63F20) is known color: Rock Spray. HEX triplet: A6, 3F and 20. RGB value is (166,63,32). Sum of RGB (Red+Green+Blue) = 166+63+32=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F20 is #59C0DF. Grayscale: #5A5A5A. Windows color (decimal): -5882080 or 2113446. OLE color: 2113446.

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

Color convert

RGB 166 63 32 -
CMYK 0 0.62 0.81 0.35
HSL 13.88º 0.68% 0.39% -
HSV(B) 13.88º 0.81% 0.65% -
XYZ 17.76 11.77 2.7 -
YUV 90.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 166 63 32 0 0.62 0.81 0.35 13.88 0.68 0.39
Hex A6 3F 20 0 3E 51 23 E 44 27
Octal 246 77 40 0 76 121 43 16 104 47
Binary 10100110 111111 100000 0 111110 1010001 100011 1110 1000100 100111

Color Harmonies of #A63F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F20

Black with #A63F20

Text Example


Text Example

White with #A63F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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