Html Css Color HEX #A14930 Rock Spray

📋 copy color: '#A14930'

red 161 ◦ green 73 ◦ blue 48

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

Shades of Rock Spray #A14930

Tints of Rock Spray #A14930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 57.09%
G = 25.89%
B = 17.02%

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

#A14930 (or 0xA14930) is known color: Rock Spray. HEX triplet: A1, 49 and 30. RGB value is (161,73,48). Sum of RGB (Red+Green+Blue) = 161+73+48=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14930 is #5EB6CF. Grayscale: #606060. Windows color (decimal): -6207184 or 3164577. OLE color: 3164577.

HSL color Cylindrical-coordinate representation of color #A14930: hue angle of 13.27º degrees, saturation: 0.54, 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 #A14930 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 48 -
CMYK 0 0.55 0.70 0.37
HSL 13.27º 0.54% 0.41% -
HSV(B) 13.27º 0.7% 0.63% -
XYZ 17.61 12.56 4.29 -
YUV 96.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 161 73 48 0 0.55 0.70 0.37 13.27 0.54 0.41
Hex A1 49 30 0 37 46 25 D 36 29
Octal 241 111 60 0 67 106 45 15 66 51
Binary 10100001 1001001 110000 0 110111 1000110 100101 1101 110110 101001

Color Harmonies of #A14930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14930

Black with #A14930

Text Example


Text Example

White with #A14930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14930; }

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

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

background-color css

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

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

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

border-color css

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

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

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