Html Css Color HEX #A6462D Rock Spray

📋 copy color: '#A6462D'

red 166 ◦ green 70 ◦ blue 45

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

Shades of Rock Spray #A6462D

Tints of Rock Spray #A6462D

RGB

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

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

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

R = 59.07%
G = 24.91%
B = 16.01%

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

#A6462D (or 0xA6462D) is known color: Rock Spray. HEX triplet: A6, 46 and 2D. RGB value is (166,70,45). Sum of RGB (Red+Green+Blue) = 166+70+45=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6462D is #59B9D2. Grayscale: #606060. Windows color (decimal): -5880275 or 2967206. OLE color: 2967206.

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

Color convert

RGB 166 70 45 -
CMYK 0 0.58 0.73 0.35
HSL 12.4º 0.57% 0.41% -
HSV(B) 12.4º 0.73% 0.65% -
XYZ 18.39 12.68 3.96 -
YUV 95.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 166 70 45 0 0.58 0.73 0.35 12.4 0.57 0.41
Hex A6 46 2D 0 3A 49 23 C 39 29
Octal 246 106 55 0 72 111 43 14 71 51
Binary 10100110 1000110 101101 0 111010 1001001 100011 1100 111001 101001

Color Harmonies of #A6462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6462D

Black with #A6462D

Text Example


Text Example

White with #A6462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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