Html Css Color HEX #A6412D Rock Spray

📋 copy color: '#A6412D'

red 166 ◦ green 65 ◦ blue 45

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

Shades of Rock Spray #A6412D

Tints of Rock Spray #A6412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 60.14%
G = 23.55%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6412D (or 0xA6412D) is known color: Rock Spray. HEX triplet: A6, 41 and 2D. RGB value is (166,65,45). Sum of RGB (Red+Green+Blue) = 166+65+45=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6412D is #59BED2. Grayscale: #5D5D5D. Windows color (decimal): -5881555 or 2965926. OLE color: 2965926.

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

Color convert

RGB 166 65 45 -
CMYK 0 0.61 0.73 0.35
HSL 9.92º 0.57% 0.41% -
HSV(B) 9.92º 0.73% 0.65% -
XYZ 18.09 12.08 3.86 -
YUV 92.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 166 65 45 0 0.61 0.73 0.35 9.92 0.57 0.41
Hex A6 41 2D 0 3D 49 23 A 39 29
Octal 246 101 55 0 75 111 43 12 71 51
Binary 10100110 1000001 101101 0 111101 1001001 100011 1010 111001 101001

Color Harmonies of #A6412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6412D

Black with #A6412D

Text Example


Text Example

White with #A6412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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