Html Css Color HEX #A64931 Rock Spray

📋 copy color: '#A64931'

red 166 ◦ green 73 ◦ blue 49

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

Shades of Rock Spray #A64931

Tints of Rock Spray #A64931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 57.64%
G = 25.35%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64931 (or 0xA64931) is known color: Rock Spray. HEX triplet: A6, 49 and 31. RGB value is (166,73,49). Sum of RGB (Red+Green+Blue) = 166+73+49=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64931 is #59B6CE. Grayscale: #626262. Windows color (decimal): -5879503 or 3230118. OLE color: 3230118.

HSL color Cylindrical-coordinate representation of color #A64931: hue angle of 12.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64931 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 49 -
CMYK 0 0.56 0.70 0.35
HSL 12.31º 0.54% 0.42% -
HSV(B) 12.31º 0.7% 0.65% -
XYZ 18.66 13.09 4.45 -
YUV 98.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 166 73 49 0 0.56 0.70 0.35 12.31 0.54 0.42
Hex A6 49 31 0 38 46 23 C 36 2A
Octal 246 111 61 0 70 106 43 14 66 52
Binary 10100110 1001001 110001 0 111000 1000110 100011 1100 110110 101010

Color Harmonies of #A64931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64931

Black with #A64931

Text Example


Text Example

White with #A64931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64931; }

 p { color: rgb(166,73,49); }

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

background-color css

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

 a { background-color: rgb(166,73,49); }

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

border-color css

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

 span { border-color: rgb(166,73,49); }

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