Html Css Color HEX #A6422D Rock Spray

📋 copy color: '#A6422D'

red 166 ◦ green 66 ◦ blue 45

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

Shades of Rock Spray #A6422D

Tints of Rock Spray #A6422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 59.93%
G = 23.83%
B = 16.25%

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

#A6422D (or 0xA6422D) is known color: Rock Spray. HEX triplet: A6, 42 and 2D. RGB value is (166,66,45). Sum of RGB (Red+Green+Blue) = 166+66+45=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6422D is #59BDD2. Grayscale: #5D5D5D. Windows color (decimal): -5881299 or 2966182. OLE color: 2966182.

HSL color Cylindrical-coordinate representation of color #A6422D: hue angle of 10.41º degrees, saturation: 0.57, 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 #A6422D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 45 -
CMYK 0 0.60 0.73 0.35
HSL 10.41º 0.57% 0.41% -
HSV(B) 10.41º 0.73% 0.65% -
XYZ 18.15 12.19 3.88 -
YUV 93.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 166 66 45 0 0.60 0.73 0.35 10.41 0.57 0.41
Hex A6 42 2D 0 3C 49 23 A 39 29
Octal 246 102 55 0 74 111 43 12 71 51
Binary 10100110 1000010 101101 0 111100 1001001 100011 1010 111001 101001

Color Harmonies of #A6422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6422D

Black with #A6422D

Text Example


Text Example

White with #A6422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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