Html Css Color HEX #A6431E Rock Spray

📋 copy color: '#A6431E'

red 166 ◦ green 67 ◦ blue 30

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

Shades of Rock Spray #A6431E

Tints of Rock Spray #A6431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 63.12%
G = 25.48%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6431E (or 0xA6431E) is known color: Rock Spray. HEX triplet: A6, 43 and 1E. RGB value is (166,67,30). Sum of RGB (Red+Green+Blue) = 166+67+30=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6431E is #59BCE1. Grayscale: #5C5C5C. Windows color (decimal): -5881058 or 1983398. OLE color: 1983398.

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

Color convert

RGB 166 67 30 -
CMYK 0 0.60 0.82 0.35
HSL 16.32º 0.69% 0.38% -
HSV(B) 16.32º 0.82% 0.65% -
XYZ 17.97 12.22 2.64 -
YUV 92.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 166 67 30 0 0.60 0.82 0.35 16.32 0.69 0.38
Hex A6 43 1E 0 3C 52 23 10 45 26
Octal 246 103 36 0 74 122 43 20 105 46
Binary 10100110 1000011 11110 0 111100 1010010 100011 10000 1000101 100110

Color Harmonies of #A6431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6431E

Black with #A6431E

Text Example


Text Example

White with #A6431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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