Html Css Color HEX #A6442D Rock Spray

📋 copy color: '#A6442D'

red 166 ◦ green 68 ◦ blue 45

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

Shades of Rock Spray #A6442D

Tints of Rock Spray #A6442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 59.5%
G = 24.37%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6442D (or 0xA6442D) is known color: Rock Spray. HEX triplet: A6, 44 and 2D. RGB value is (166,68,45). Sum of RGB (Red+Green+Blue) = 166+68+45=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6442D is #59BBD2. Grayscale: #5E5E5E. Windows color (decimal): -5880787 or 2966694. OLE color: 2966694.

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

Color convert

RGB 166 68 45 -
CMYK 0 0.59 0.73 0.35
HSL 11.4º 0.57% 0.41% -
HSV(B) 11.4º 0.73% 0.65% -
XYZ 18.27 12.43 3.92 -
YUV 94.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 166 68 45 0 0.59 0.73 0.35 11.4 0.57 0.41
Hex A6 44 2D 0 3B 49 23 B 39 29
Octal 246 104 55 0 73 111 43 13 71 51
Binary 10100110 1000100 101101 0 111011 1001001 100011 1011 111001 101001

Color Harmonies of #A6442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6442D

Black with #A6442D

Text Example


Text Example

White with #A6442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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