Html Css Color HEX #A14929 Rock Spray

📋 copy color: '#A14929'

red 161 ◦ green 73 ◦ blue 41

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

Shades of Rock Spray #A14929

Tints of Rock Spray #A14929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 58.55%
G = 26.55%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14929 (or 0xA14929) is known color: Rock Spray. HEX triplet: A1, 49 and 29. RGB value is (161,73,41). Sum of RGB (Red+Green+Blue) = 161+73+41=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A14929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14929 is #5EB6D6. Grayscale: #5F5F5F. Windows color (decimal): -6207191 or 2705825. OLE color: 2705825.

HSL color Cylindrical-coordinate representation of color #A14929: hue angle of 16º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14929 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 41 -
CMYK 0 0.55 0.75 0.37
HSL 16º 0.59% 0.4% -
HSV(B) 16º 0.75% 0.63% -
XYZ 17.48 12.5 3.59 -
YUV 95.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 161 73 41 0 0.55 0.75 0.37 16 0.59 0.4
Hex A1 49 29 0 37 4B 25 10 3B 28
Octal 241 111 51 0 67 113 45 20 73 50
Binary 10100001 1001001 101001 0 110111 1001011 100101 10000 111011 101000

Color Harmonies of #A14929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14929

Black with #A14929

Text Example


Text Example

White with #A14929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14929; }

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

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

background-color css

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

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

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

border-color css

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

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

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