Html Css Color HEX #A14429 Rock Spray

📋 copy color: '#A14429'

red 161 ◦ green 68 ◦ blue 41

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

Shades of Rock Spray #A14429

Tints of Rock Spray #A14429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 59.63%
G = 25.19%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14429 (or 0xA14429) is known color: Rock Spray. HEX triplet: A1, 44 and 29. RGB value is (161,68,41). Sum of RGB (Red+Green+Blue) = 161+68+41=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A14429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14429 is #5EBBD6. Grayscale: #5C5C5C. Windows color (decimal): -6208471 or 2704545. OLE color: 2704545.

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

Color convert

RGB 161 68 41 -
CMYK 0 0.58 0.75 0.37
HSL 13.5º 0.59% 0.4% -
HSV(B) 13.5º 0.75% 0.63% -
XYZ 17.17 11.87 3.48 -
YUV 92.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 161 68 41 0 0.58 0.75 0.37 13.5 0.59 0.4
Hex A1 44 29 0 3A 4B 25 E 3B 28
Octal 241 104 51 0 72 113 45 16 73 50
Binary 10100001 1000100 101001 0 111010 1001011 100101 1110 111011 101000

Color Harmonies of #A14429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14429

Black with #A14429

Text Example


Text Example

White with #A14429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14429; }

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

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

background-color css

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

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

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

border-color css

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

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

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