Html Css Color HEX #A6492D Rock Spray

📋 copy color: '#A6492D'

red 166 ◦ green 73 ◦ blue 45

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

Shades of Rock Spray #A6492D

Tints of Rock Spray #A6492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 58.45%
G = 25.7%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6492D (or 0xA6492D) is known color: Rock Spray. HEX triplet: A6, 49 and 2D. RGB value is (166,73,45). Sum of RGB (Red+Green+Blue) = 166+73+45=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6492D is #59B6D2. Grayscale: #616161. Windows color (decimal): -5879507 or 2967974. OLE color: 2967974.

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

Color convert

RGB 166 73 45 -
CMYK 0 0.56 0.73 0.35
HSL 13.88º 0.57% 0.41% -
HSV(B) 13.88º 0.73% 0.65% -
XYZ 18.58 13.06 4.02 -
YUV 97.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 166 73 45 0 0.56 0.73 0.35 13.88 0.57 0.41
Hex A6 49 2D 0 38 49 23 E 39 29
Octal 246 111 55 0 70 111 43 16 71 51
Binary 10100110 1001001 101101 0 111000 1001001 100011 1110 111001 101001

Color Harmonies of #A6492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6492D

Black with #A6492D

Text Example


Text Example

White with #A6492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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