Html Css Color HEX #A14835 Rock Spray

📋 copy color: '#A14835'

red 161 ◦ green 72 ◦ blue 53

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

Shades of Rock Spray #A14835

Tints of Rock Spray #A14835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 56.29%
G = 25.17%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A14835 (or 0xA14835) is known color: Rock Spray. HEX triplet: A1, 48 and 35. RGB value is (161,72,53). Sum of RGB (Red+Green+Blue) = 161+72+53=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A14835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14835 is #5EB7CA. Grayscale: #606060. Windows color (decimal): -6207435 or 3492001. OLE color: 3492001.

HSL color Cylindrical-coordinate representation of color #A14835: hue angle of 10.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14835 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 53 -
CMYK 0 0.55 0.67 0.37
HSL 10.56º 0.5% 0.42% -
HSV(B) 10.56º 0.67% 0.63% -
XYZ 17.66 12.47 4.84 -
YUV 96.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 161 72 53 0 0.55 0.67 0.37 10.56 0.5 0.42
Hex A1 48 35 0 37 43 25 B 32 2A
Octal 241 110 65 0 67 103 45 13 62 52
Binary 10100001 1001000 110101 0 110111 1000011 100101 1011 110010 101010

Color Harmonies of #A14835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14835

Black with #A14835

Text Example


Text Example

White with #A14835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14835; }

 p { color: rgb(161,72,53); }

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

background-color css

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

 a { background-color: rgb(161,72,53); }

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

border-color css

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

 span { border-color: rgb(161,72,53); }

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