Html Css Color HEX #A14931 Rock Spray

📋 copy color: '#A14931'

red 161 ◦ green 73 ◦ blue 49

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

Shades of Rock Spray #A14931

Tints of Rock Spray #A14931

RGB

 RED value IS 161 (63.28% from 255) = 56.89%

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

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

R = 56.89%
G = 25.8%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A14931 (or 0xA14931) is known color: Rock Spray. HEX triplet: A1, 49 and 31. RGB value is (161,73,49). Sum of RGB (Red+Green+Blue) = 161+73+49=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14931 is #5EB6CE. Grayscale: #606060. Windows color (decimal): -6207183 or 3230113. OLE color: 3230113.

HSL color Cylindrical-coordinate representation of color #A14931: hue angle of 12.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14931 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 49 -
CMYK 0 0.55 0.70 0.37
HSL 12.86º 0.53% 0.41% -
HSV(B) 12.86º 0.7% 0.63% -
XYZ 17.63 12.56 4.4 -
YUV 96.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 161 73 49 0 0.55 0.70 0.37 12.86 0.53 0.41
Hex A1 49 31 0 37 46 25 D 35 29
Octal 241 111 61 0 67 106 45 15 65 51
Binary 10100001 1001001 110001 0 110111 1000110 100101 1101 110101 101001

Color Harmonies of #A14931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14931

Black with #A14931

Text Example


Text Example

White with #A14931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14931; }

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

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

background-color css

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

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

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

border-color css

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

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

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