Html Css Color HEX #A17346 Pale Brown

📋 copy color: '#A17346'

red 161 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #A17346

Tints of Pale Brown #A17346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 46.53%
G = 33.24%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A17346 (or 0xA17346) is known color: Pale Brown. HEX triplet: A1, 73 and 46. RGB value is (161,115,70). Sum of RGB (Red+Green+Blue) = 161+115+70=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A17346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17346 is #5E8CB9. Grayscale: #7B7B7B. Windows color (decimal): -6196410 or 4617121. OLE color: 4617121.

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

Color convert

RGB 161 115 70 -
CMYK 0 0.29 0.57 0.37
HSL 29.67º 0.39% 0.45% -
HSV(B) 29.67º 0.57% 0.63% -
XYZ 21.93 20.28 8.55 -
YUV 123.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 161 115 70 0 0.29 0.57 0.37 29.67 0.39 0.45
Hex A1 73 46 0 1D 39 25 1E 27 2D
Octal 241 163 106 0 35 71 45 36 47 55
Binary 10100001 1110011 1000110 0 11101 111001 100101 11110 100111 101101

Color Harmonies of #A17346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17346

Black with #A17346

Text Example


Text Example

White with #A17346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17346; }

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

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

background-color css

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

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

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

border-color css

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

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

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