Html Css Color HEX #A14019 Rock Spray

📋 copy color: '#A14019'

red 161 ◦ green 64 ◦ blue 25

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

Shades of Rock Spray #A14019

Tints of Rock Spray #A14019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 64.4%
G = 25.6%
B = 10%

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

#A14019 (or 0xA14019) is known color: Rock Spray. HEX triplet: A1, 40 and 19. RGB value is (161,64,25). Sum of RGB (Red+Green+Blue) = 161+64+25=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14019 is #5EBFE6. Grayscale: #585858. Windows color (decimal): -6209511 or 1654945. OLE color: 1654945.

HSL color Cylindrical-coordinate representation of color #A14019: hue angle of 17.21º 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 #A14019 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 25 -
CMYK 0 0.60 0.84 0.37
HSL 17.21º 0.73% 0.36% -
HSV(B) 17.21º 0.84% 0.63% -
XYZ 16.71 11.31 2.22 -
YUV 88.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 161 64 25 0 0.60 0.84 0.37 17.21 0.73 0.36
Hex A1 40 19 0 3C 54 25 11 49 24
Octal 241 100 31 0 74 124 45 21 111 44
Binary 10100001 1000000 11001 0 111100 1010100 100101 10001 1001001 100100

Color Harmonies of #A14019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14019

Black with #A14019

Text Example


Text Example

White with #A14019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14019; }

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

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

background-color css

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

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

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

border-color css

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

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

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