Html Css Color HEX #A6401E Rock Spray

📋 copy color: '#A6401E'

red 166 ◦ green 64 ◦ blue 30

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

Shades of Rock Spray #A6401E

Tints of Rock Spray #A6401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 63.85%
G = 24.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6401E (or 0xA6401E) is known color: Rock Spray. HEX triplet: A6, 40 and 1E. RGB value is (166,64,30). Sum of RGB (Red+Green+Blue) = 166+64+30=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6401E is #59BFE1. Grayscale: #5A5A5A. Windows color (decimal): -5881826 or 1982630. OLE color: 1982630.

HSL color Cylindrical-coordinate representation of color #A6401E: hue angle of 15º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6401E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 30 -
CMYK 0 0.61 0.82 0.35
HSL 15º 0.69% 0.38% -
HSV(B) 15º 0.82% 0.65% -
XYZ 17.79 11.87 2.58 -
YUV 90.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 166 64 30 0 0.61 0.82 0.35 15 0.69 0.38
Hex A6 40 1E 0 3D 52 23 F 45 26
Octal 246 100 36 0 75 122 43 17 105 46
Binary 10100110 1000000 11110 0 111101 1010010 100011 1111 1000101 100110

Color Harmonies of #A6401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6401E

Black with #A6401E

Text Example


Text Example

White with #A6401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6401E; }

 p { color: rgb(166,64,30); }

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

background-color css

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

 a { background-color: rgb(166,64,30); }

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

border-color css

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

 span { border-color: rgb(166,64,30); }

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