Html Css Color HEX #A14727 Rock Spray

📋 copy color: '#A14727'

red 161 ◦ green 71 ◦ blue 39

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

Shades of Rock Spray #A14727

Tints of Rock Spray #A14727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 59.41%
G = 26.2%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A14727 (or 0xA14727) is known color: Rock Spray. HEX triplet: A1, 47 and 27. RGB value is (161,71,39). Sum of RGB (Red+Green+Blue) = 161+71+39=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A14727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14727 is #5EB8D8. Grayscale: #5E5E5E. Windows color (decimal): -6207705 or 2574241. OLE color: 2574241.

HSL color Cylindrical-coordinate representation of color #A14727: hue angle of 15.74º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A14727 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 39 -
CMYK 0 0.56 0.76 0.37
HSL 15.74º 0.61% 0.39% -
HSV(B) 15.74º 0.76% 0.63% -
XYZ 17.32 12.23 3.37 -
YUV 94.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 161 71 39 0 0.56 0.76 0.37 15.74 0.61 0.39
Hex A1 47 27 0 38 4C 25 10 3D 27
Octal 241 107 47 0 70 114 45 20 75 47
Binary 10100001 1000111 100111 0 111000 1001100 100101 10000 111101 100111

Color Harmonies of #A14727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14727

Black with #A14727

Text Example


Text Example

White with #A14727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14727; }

 p { color: rgb(161,71,39); }

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

background-color css

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

 a { background-color: rgb(161,71,39); }

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

border-color css

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

 span { border-color: rgb(161,71,39); }

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