Html Css Color HEX #A14231 Rock Spray

📋 copy color: '#A14231'

red 161 ◦ green 66 ◦ blue 49

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

Shades of Rock Spray #A14231

Tints of Rock Spray #A14231

RGB

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

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

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

R = 58.33%
G = 23.91%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A14231 (or 0xA14231) is known color: Rock Spray. HEX triplet: A1, 42 and 31. RGB value is (161,66,49). Sum of RGB (Red+Green+Blue) = 161+66+49=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A14231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14231 is #5EBDCE. Grayscale: #5C5C5C. Windows color (decimal): -6208975 or 3228321. OLE color: 3228321.

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

Color convert

RGB 161 66 49 -
CMYK 0 0.59 0.70 0.37
HSL 9.11º 0.53% 0.41% -
HSV(B) 9.11º 0.7% 0.63% -
XYZ 17.2 11.7 4.26 -
YUV 92.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 161 66 49 0 0.59 0.70 0.37 9.11 0.53 0.41
Hex A1 42 31 0 3B 46 25 9 35 29
Octal 241 102 61 0 73 106 45 11 65 51
Binary 10100001 1000010 110001 0 111011 1000110 100101 1001 110101 101001

Color Harmonies of #A14231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14231

Black with #A14231

Text Example


Text Example

White with #A14231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14231; }

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

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

background-color css

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

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

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

border-color css

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

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

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