Html Css Color HEX #A14232 Rock Spray

📋 copy color: '#A14232'

red 161 ◦ green 66 ◦ blue 50

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

Shades of Rock Spray #A14232

Tints of Rock Spray #A14232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 58.12%
G = 23.83%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A14232 (or 0xA14232) is known color: Rock Spray. HEX triplet: A1, 42 and 32. RGB value is (161,66,50). Sum of RGB (Red+Green+Blue) = 161+66+50=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A14232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14232 is #5EBDCD. Grayscale: #5C5C5C. Windows color (decimal): -6208974 or 3293857. OLE color: 3293857.

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

Color convert

RGB 161 66 50 -
CMYK 0 0.59 0.69 0.37
HSL 8.65º 0.53% 0.41% -
HSV(B) 8.65º 0.69% 0.63% -
XYZ 17.22 11.7 4.37 -
YUV 92.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 161 66 50 0 0.59 0.69 0.37 8.65 0.53 0.41
Hex A1 42 32 0 3B 45 25 9 35 29
Octal 241 102 62 0 73 105 45 11 65 51
Binary 10100001 1000010 110010 0 111011 1000101 100101 1001 110101 101001

Color Harmonies of #A14232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14232

Black with #A14232

Text Example


Text Example

White with #A14232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14232; }

 p { color: rgb(161,66,50); }

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

background-color css

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

 a { background-color: rgb(161,66,50); }

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

border-color css

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

 span { border-color: rgb(161,66,50); }

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