Html Css Color HEX #A14829 Rock Spray

📋 copy color: '#A14829'

red 161 ◦ green 72 ◦ blue 41

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

Shades of Rock Spray #A14829

Tints of Rock Spray #A14829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 58.76%
G = 26.28%
B = 14.96%

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

#A14829 (or 0xA14829) is known color: Rock Spray. HEX triplet: A1, 48 and 29. RGB value is (161,72,41). Sum of RGB (Red+Green+Blue) = 161+72+41=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A14829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14829 is #5EB7D6. Grayscale: #5F5F5F. Windows color (decimal): -6207447 or 2705569. OLE color: 2705569.

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

Color convert

RGB 161 72 41 -
CMYK 0 0.55 0.75 0.37
HSL 15.5º 0.59% 0.4% -
HSV(B) 15.5º 0.75% 0.63% -
XYZ 17.42 12.37 3.57 -
YUV 95.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 161 72 41 0 0.55 0.75 0.37 15.5 0.59 0.4
Hex A1 48 29 0 37 4B 25 10 3B 28
Octal 241 110 51 0 67 113 45 20 73 50
Binary 10100001 1001000 101001 0 110111 1001011 100101 10000 111011 101000

Color Harmonies of #A14829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14829

Black with #A14829

Text Example


Text Example

White with #A14829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14829; }

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

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

background-color css

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

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

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

border-color css

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

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

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