Html Css Color HEX #A6472D Rock Spray

📋 copy color: '#A6472D'

red 166 ◦ green 71 ◦ blue 45

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

Shades of Rock Spray #A6472D

Tints of Rock Spray #A6472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 58.87%
G = 25.18%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6472D (or 0xA6472D) is known color: Rock Spray. HEX triplet: A6, 47 and 2D. RGB value is (166,71,45). Sum of RGB (Red+Green+Blue) = 166+71+45=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6472D is #59B8D2. Grayscale: #606060. Windows color (decimal): -5880019 or 2967462. OLE color: 2967462.

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

Color convert

RGB 166 71 45 -
CMYK 0 0.57 0.73 0.35
HSL 12.89º 0.57% 0.41% -
HSV(B) 12.89º 0.73% 0.65% -
XYZ 18.45 12.8 3.98 -
YUV 96.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 166 71 45 0 0.57 0.73 0.35 12.89 0.57 0.41
Hex A6 47 2D 0 39 49 23 D 39 29
Octal 246 107 55 0 71 111 43 15 71 51
Binary 10100110 1000111 101101 0 111001 1001001 100011 1101 111001 101001

Color Harmonies of #A6472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6472D

Black with #A6472D

Text Example


Text Example

White with #A6472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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