Html Css Color HEX #A6462C Rock Spray

📋 copy color: '#A6462C'

red 166 ◦ green 70 ◦ blue 44

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

Shades of Rock Spray #A6462C

Tints of Rock Spray #A6462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 59.29%
G = 25%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6462C (or 0xA6462C) is known color: Rock Spray. HEX triplet: A6, 46 and 2C. RGB value is (166,70,44). Sum of RGB (Red+Green+Blue) = 166+70+44=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6462C is #59B9D3. Grayscale: #5F5F5F. Windows color (decimal): -5880276 or 2901670. OLE color: 2901670.

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

Color convert

RGB 166 70 44 -
CMYK 0 0.58 0.73 0.35
HSL 12.79º 0.58% 0.41% -
HSV(B) 12.79º 0.73% 0.65% -
XYZ 18.37 12.67 3.86 -
YUV 95.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 166 70 44 0 0.58 0.73 0.35 12.79 0.58 0.41
Hex A6 46 2C 0 3A 49 23 D 3A 29
Octal 246 106 54 0 72 111 43 15 72 51
Binary 10100110 1000110 101100 0 111010 1001001 100011 1101 111010 101001

Color Harmonies of #A6462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6462C

Black with #A6462C

Text Example


Text Example

White with #A6462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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