Html Css Color HEX #A14331 Rock Spray

📋 copy color: '#A14331'

red 161 ◦ green 67 ◦ blue 49

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

Shades of Rock Spray #A14331

Tints of Rock Spray #A14331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 58.12%
G = 24.19%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A14331 (or 0xA14331) is known color: Rock Spray. HEX triplet: A1, 43 and 31. RGB value is (161,67,49). Sum of RGB (Red+Green+Blue) = 161+67+49=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A14331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14331 is #5EBCCE. Grayscale: #5D5D5D. Windows color (decimal): -6208719 or 3228577. OLE color: 3228577.

HSL color Cylindrical-coordinate representation of color #A14331: hue angle of 9.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14331 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 49 -
CMYK 0 0.58 0.70 0.37
HSL 9.64º 0.53% 0.41% -
HSV(B) 9.64º 0.7% 0.63% -
XYZ 17.26 11.81 4.28 -
YUV 93.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 161 67 49 0 0.58 0.70 0.37 9.64 0.53 0.41
Hex A1 43 31 0 3A 46 25 A 35 29
Octal 241 103 61 0 72 106 45 12 65 51
Binary 10100001 1000011 110001 0 111010 1000110 100101 1010 110101 101001

Color Harmonies of #A14331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14331

Black with #A14331

Text Example


Text Example

White with #A14331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14331; }

 p { color: rgb(161,67,49); }

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

background-color css

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

 a { background-color: rgb(161,67,49); }

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

border-color css

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

 span { border-color: rgb(161,67,49); }

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