Html Css Color HEX #A6431F Rock Spray

📋 copy color: '#A6431F'

red 166 ◦ green 67 ◦ blue 31

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

Shades of Rock Spray #A6431F

Tints of Rock Spray #A6431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 62.88%
G = 25.38%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6431F (or 0xA6431F) is known color: Rock Spray. HEX triplet: A6, 43 and 1F. RGB value is (166,67,31). Sum of RGB (Red+Green+Blue) = 166+67+31=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6431F is #59BCE0. Grayscale: #5C5C5C. Windows color (decimal): -5881057 or 2048934. OLE color: 2048934.

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

Color convert

RGB 166 67 31 -
CMYK 0 0.60 0.81 0.35
HSL 16º 0.69% 0.39% -
HSV(B) 16º 0.81% 0.65% -
XYZ 17.98 12.22 2.71 -
YUV 92.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 166 67 31 0 0.60 0.81 0.35 16 0.69 0.39
Hex A6 43 1F 0 3C 51 23 10 45 27
Octal 246 103 37 0 74 121 43 20 105 47
Binary 10100110 1000011 11111 0 111100 1010001 100011 10000 1000101 100111

Color Harmonies of #A6431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6431F

Black with #A6431F

Text Example


Text Example

White with #A6431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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