Html Css Color HEX #A17344 Pale Brown

📋 copy color: '#A17344'

red 161 ◦ green 115 ◦ blue 68

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

Shades of Pale Brown #A17344

Tints of Pale Brown #A17344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 46.8%
G = 33.43%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A17344 (or 0xA17344) is known color: Pale Brown. HEX triplet: A1, 73 and 44. RGB value is (161,115,68). Sum of RGB (Red+Green+Blue) = 161+115+68=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A17344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17344 is #5E8CBB. Grayscale: #7B7B7B. Windows color (decimal): -6196412 or 4486049. OLE color: 4486049.

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

Color convert

RGB 161 115 68 -
CMYK 0 0.29 0.58 0.37
HSL 30.32º 0.41% 0.45% -
HSV(B) 30.32º 0.58% 0.63% -
XYZ 21.87 20.26 8.23 -
YUV 123.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 161 115 68 0 0.29 0.58 0.37 30.32 0.41 0.45
Hex A1 73 44 0 1D 3A 25 1E 29 2D
Octal 241 163 104 0 35 72 45 36 51 55
Binary 10100001 1110011 1000100 0 11101 111010 100101 11110 101001 101101

Color Harmonies of #A17344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17344

Black with #A17344

Text Example


Text Example

White with #A17344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17344; }

 p { color: rgb(161,115,68); }

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

background-color css

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

 a { background-color: rgb(161,115,68); }

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

border-color css

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

 span { border-color: rgb(161,115,68); }

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