Html Css Color HEX #A14119 Rock Spray

📋 copy color: '#A14119'

red 161 ◦ green 65 ◦ blue 25

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

Shades of Rock Spray #A14119

Tints of Rock Spray #A14119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 64.14%
G = 25.9%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A14119 (or 0xA14119) is known color: Rock Spray. HEX triplet: A1, 41 and 19. RGB value is (161,65,25). Sum of RGB (Red+Green+Blue) = 161+65+25=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14119 is #5EBEE6. Grayscale: #595959. Windows color (decimal): -6209255 or 1655201. OLE color: 1655201.

HSL color Cylindrical-coordinate representation of color #A14119: hue angle of 17.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A14119 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 25 -
CMYK 0 0.60 0.84 0.37
HSL 17.65º 0.73% 0.36% -
HSV(B) 17.65º 0.84% 0.63% -
XYZ 16.76 11.43 2.24 -
YUV 89.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 161 65 25 0 0.60 0.84 0.37 17.65 0.73 0.36
Hex A1 41 19 0 3C 54 25 12 49 24
Octal 241 101 31 0 74 124 45 22 111 44
Binary 10100001 1000001 11001 0 111100 1010100 100101 10010 1001001 100100

Color Harmonies of #A14119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14119

Black with #A14119

Text Example


Text Example

White with #A14119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14119; }

 p { color: rgb(161,65,25); }

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

background-color css

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

 a { background-color: rgb(161,65,25); }

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

border-color css

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

 span { border-color: rgb(161,65,25); }

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