Html Css Color HEX #A14732 Rock Spray

📋 copy color: '#A14732'

red 161 ◦ green 71 ◦ blue 50

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

Shades of Rock Spray #A14732

Tints of Rock Spray #A14732

RGB

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

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

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

R = 57.09%
G = 25.18%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A14732 (or 0xA14732) is known color: Rock Spray. HEX triplet: A1, 47 and 32. RGB value is (161,71,50). Sum of RGB (Red+Green+Blue) = 161+71+50=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14732 is #5EB8CD. Grayscale: #5F5F5F. Windows color (decimal): -6207694 or 3295137. OLE color: 3295137.

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

Color convert

RGB 161 71 50 -
CMYK 0 0.56 0.69 0.37
HSL 11.35º 0.53% 0.41% -
HSV(B) 11.35º 0.69% 0.63% -
XYZ 17.53 12.31 4.47 -
YUV 95.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 161 71 50 0 0.56 0.69 0.37 11.35 0.53 0.41
Hex A1 47 32 0 38 45 25 B 35 29
Octal 241 107 62 0 70 105 45 13 65 51
Binary 10100001 1000111 110010 0 111000 1000101 100101 1011 110101 101001

Color Harmonies of #A14732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14732

Black with #A14732

Text Example


Text Example

White with #A14732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14732; }

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

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

background-color css

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

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

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

border-color css

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

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

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