Html Css Color HEX #A6472A Rock Spray

📋 copy color: '#A6472A'

red 166 ◦ green 71 ◦ blue 42

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

Shades of Rock Spray #A6472A

Tints of Rock Spray #A6472A

RGB

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

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

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

R = 59.5%
G = 25.45%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6472A (or 0xA6472A) is known color: Rock Spray. HEX triplet: A6, 47 and 2A. RGB value is (166,71,42). Sum of RGB (Red+Green+Blue) = 166+71+42=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6472A is #59B8D5. Grayscale: #606060. Windows color (decimal): -5880022 or 2770854. OLE color: 2770854.

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

Color convert

RGB 166 71 42 -
CMYK 0 0.57 0.75 0.35
HSL 14.03º 0.6% 0.41% -
HSV(B) 14.03º 0.75% 0.65% -
XYZ 18.4 12.78 3.69 -
YUV 96.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 166 71 42 0 0.57 0.75 0.35 14.03 0.6 0.41
Hex A6 47 2A 0 39 4B 23 E 3C 29
Octal 246 107 52 0 71 113 43 16 74 51
Binary 10100110 1000111 101010 0 111001 1001011 100011 1110 111100 101001

Color Harmonies of #A6472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6472A

Black with #A6472A

Text Example


Text Example

White with #A6472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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