Html Css Color HEX #A6422C Rock Spray

📋 copy color: '#A6422C'

red 166 ◦ green 66 ◦ blue 44

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

Shades of Rock Spray #A6422C

Tints of Rock Spray #A6422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 60.14%
G = 23.91%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6422C (or 0xA6422C) is known color: Rock Spray. HEX triplet: A6, 42 and 2C. RGB value is (166,66,44). Sum of RGB (Red+Green+Blue) = 166+66+44=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6422C is #59BDD3. Grayscale: #5D5D5D. Windows color (decimal): -5881300 or 2900646. OLE color: 2900646.

HSL color Cylindrical-coordinate representation of color #A6422C: hue angle of 10.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6422C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 44 -
CMYK 0 0.60 0.73 0.35
HSL 10.82º 0.58% 0.41% -
HSV(B) 10.82º 0.73% 0.65% -
XYZ 18.13 12.19 3.78 -
YUV 93.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 166 66 44 0 0.60 0.73 0.35 10.82 0.58 0.41
Hex A6 42 2C 0 3C 49 23 B 3A 29
Octal 246 102 54 0 74 111 43 13 72 51
Binary 10100110 1000010 101100 0 111100 1001001 100011 1011 111010 101001

Color Harmonies of #A6422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6422C

Black with #A6422C

Text Example


Text Example

White with #A6422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6422C; }

 p { color: rgb(166,66,44); }

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

background-color css

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

 a { background-color: rgb(166,66,44); }

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

border-color css

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

 span { border-color: rgb(166,66,44); }

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