Html Css Color HEX #A6442A Rock Spray

📋 copy color: '#A6442A'

red 166 ◦ green 68 ◦ blue 42

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

Shades of Rock Spray #A6442A

Tints of Rock Spray #A6442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 60.14%
G = 24.64%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6442A (or 0xA6442A) is known color: Rock Spray. HEX triplet: A6, 44 and 2A. RGB value is (166,68,42). Sum of RGB (Red+Green+Blue) = 166+68+42=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6442A is #59BBD5. Grayscale: #5E5E5E. Windows color (decimal): -5880790 or 2770086. OLE color: 2770086.

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

Color convert

RGB 166 68 42 -
CMYK 0 0.59 0.75 0.35
HSL 12.58º 0.6% 0.41% -
HSV(B) 12.58º 0.75% 0.65% -
XYZ 18.21 12.41 3.63 -
YUV 94.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 166 68 42 0 0.59 0.75 0.35 12.58 0.6 0.41
Hex A6 44 2A 0 3B 4B 23 D 3C 29
Octal 246 104 52 0 73 113 43 15 74 51
Binary 10100110 1000100 101010 0 111011 1001011 100011 1101 111100 101001

Color Harmonies of #A6442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6442A

Black with #A6442A

Text Example


Text Example

White with #A6442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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