Html Css Color HEX #A14729 Rock Spray

📋 copy color: '#A14729'

red 161 ◦ green 71 ◦ blue 41

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

Shades of Rock Spray #A14729

Tints of Rock Spray #A14729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 58.97%
G = 26.01%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14729 (or 0xA14729) is known color: Rock Spray. HEX triplet: A1, 47 and 29. RGB value is (161,71,41). Sum of RGB (Red+Green+Blue) = 161+71+41=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A14729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14729 is #5EB8D6. Grayscale: #5E5E5E. Windows color (decimal): -6207703 or 2705313. OLE color: 2705313.

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

Color convert

RGB 161 71 41 -
CMYK 0 0.56 0.75 0.37
HSL 15º 0.59% 0.4% -
HSV(B) 15º 0.75% 0.63% -
XYZ 17.35 12.24 3.55 -
YUV 94.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 161 71 41 0 0.56 0.75 0.37 15 0.59 0.4
Hex A1 47 29 0 38 4B 25 F 3B 28
Octal 241 107 51 0 70 113 45 17 73 50
Binary 10100001 1000111 101001 0 111000 1001011 100101 1111 111011 101000

Color Harmonies of #A14729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14729

Black with #A14729

Text Example


Text Example

White with #A14729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14729; }

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

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

background-color css

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

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

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

border-color css

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

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

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