Html Css Color HEX #A6462A Rock Spray

📋 copy color: '#A6462A'

red 166 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A6462A

Tints of Rock Spray #A6462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

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

R = 59.71%
G = 25.18%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6462A (or 0xA6462A) is known color: Rock Spray. HEX triplet: A6, 46 and 2A. RGB value is (166,70,42). Sum of RGB (Red+Green+Blue) = 166+70+42=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6462A is #59B9D5. Grayscale: #5F5F5F. Windows color (decimal): -5880278 or 2770598. OLE color: 2770598.

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

Color convert

RGB 166 70 42 -
CMYK 0 0.58 0.75 0.35
HSL 13.55º 0.6% 0.41% -
HSV(B) 13.55º 0.75% 0.65% -
XYZ 18.33 12.65 3.67 -
YUV 95.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 166 70 42 0 0.58 0.75 0.35 13.55 0.6 0.41
Hex A6 46 2A 0 3A 4B 23 E 3C 29
Octal 246 106 52 0 72 113 43 16 74 51
Binary 10100110 1000110 101010 0 111010 1001011 100011 1110 111100 101001

Color Harmonies of #A6462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6462A

Black with #A6462A

Text Example


Text Example

White with #A6462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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